Skip to content

Commit 063de49

Browse files
author
Amritpan Kaur
committed
[Test] Update failing test to match new output.
1 parent d3e9eaa commit 063de49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: test/Constraints/one_way_solve.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ func testTernaryOneWayOverload(b: Bool) {
3838

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

43-
// CHECK: (composed solution: [non-default literal(s) = 2] [use of overloaded unapplied function(s) = 2])
44-
// CHECK-NOT: (composed solution: [non-default literal(s) = 2] [use of overloaded unapplied function(s) = 2])
43+
// CHECK: (composed solution: [component: non-default literal(s), value: 2] [component: use of overloaded unapplied function(s), value: 2])
44+
// CHECK-NOT: (composed solution: [component: non-default literal(s), value: 2] [component: use of overloaded unapplied function(s), value: 2])
4545
let _: Int8 = b ? Builtin.one_way(int8Or16(17)) : Builtin.one_way(int8Or16(42))
4646
}

0 commit comments

Comments
 (0)