Skip to content

Commit d79f2c4

Browse files
committed
test: make test agnostic to implicit conformances
It's not the point of the test.
1 parent 4461030 commit d79f2c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Concurrency/async_overload_filtering.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ func filter_async(_: String) -> Void {}
1818
var a: String? = nil
1919

2020
// CHECK: attempting disjunction choice $T0 bound to decl async_overload_filtering.(file).filter_async(fn2:)
21-
// CHECK-NEXT: added constraint: {{.*}} conforms to Copyable
22-
// CHECK-NEXT: overload set choice binding $T0 := {{.*}}
21+
// CHECK-NOT: simplification result
22+
// CHECK: overload set choice binding $T0 := {{.*}}
2323
// CHECK-NEXT: (considering: ({{.*}}) -> {{.*}} applicable fn {{.*}}
2424
// CHECK: increasing 'sync-in-asynchronous' score by 1
2525
// CHECK: solution is worse than the best solution
26+
2627
filter_async {
2728
Obj()
2829
}.op("" + (a ?? "a"))

0 commit comments

Comments
 (0)