Skip to content

Commit 57f5c19

Browse files
author
Amritpan Kaur
committed
[Test] Update failing test.
1 parent c620354 commit 57f5c19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Constraints/one_way_solve.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ func testTernaryOneWayOverload(b: Bool) {
2828
// CHECK: 0: $T2 $T3 $T4
2929

3030
// CHECK: solving component #1
31-
// CHECK: Initial bindings: $T11 := Int8, $T11 := Int16
31+
// CHECK: (attempting type variable $T11 := Int8
3232

3333
// CHECK: solving component #1
34-
// CHECK: Initial bindings: $T11 := Int8, $T11 := Int16
34+
// CHECK: (attempting type variable $T11 := Int8
3535

3636
// CHECK: solving component #1
37-
// CHECK: Initial bindings: $T11 := Int8, $T11 := Int16
37+
// CHECK: (attempting type variable $T11 := Int8
3838

3939
// CHECK: solving component #1
40-
// CHECK: Initial bindings: $T11 := Int8
40+
// CHECK: (attempting type variable $T11 := Int8
4141
// CHECK: (found solution: [non-default literal(s) = 2] [use of overloaded unapplied function(s) = 2])
4242

4343
// CHECK: (composed solution: [non-default literal(s) = 2] [use of overloaded unapplied function(s) = 2])

0 commit comments

Comments
 (0)