Skip to content

Commit 61e92ed

Browse files
authored
Merge pull request swiftlang#79436 from mikeash/test-comment-cleanup
[Test] Clean up leftover comments in distributed_actor_func_calls_without_touching_returnType_metadata_first.swift.
2 parents 4dae976 + 1de24cc commit 61e92ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Distributed/Runtime/distributed_actor_func_calls_without_touching_returnType_metadata_first.swift

-2
Original file line numberDiff line numberDiff line change
@@ -1057,10 +1057,8 @@ distributed actor D {
10571057
}
10581058
}
10591059

1060-
// This is the dumbest imaginable way to spin on a value.
10611060
func attempt(n: Int) {
10621061
var fname = "$s4dist1DC13getBigGenericAA0cD0VyAA8Type\(n)VGyF"
1063-
// var fname = "$s4dist1DC13getBigGenericAA0cD0VyAA8Type\(n)VGyYaKFTE"
10641062

10651063
func tryLookup() {
10661064
let t = fname.withUTF8 {

0 commit comments

Comments
 (0)