Skip to content

Commit cc9ca5e

Browse files
committed
fix failing test
1 parent a906cf4 commit cc9ca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/keypath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ print(\S.a)
8888
print(\Controller[int: 0, str: "", 0])
8989
// CHECK: {{\\Controller\.thirdLabel|\\Controller\.<computed 0x.* \(Optional<MyLabel>\)>}}
9090
print(\Controller.thirdLabel)
91-
// CHECK: {{\\Controller\.subscript\(\)|\\Controller\.<computed 0x.* \(Optional<Int>\)>}}
91+
// CHECK: {{\\Controller\.subscript\(\)|\\Controller\.<computed 0x.* \(Int\)>}}
9292
print(\Controller.[])

0 commit comments

Comments
 (0)