Skip to content

Commit bf07c4b

Browse files
authored
Merge pull request #84858 from egorzhdan/egorzhdan/array-of-frt-test
[cxx-interop] Adjust expectations in a test
2 parents cb6b356 + 70e7780 commit bf07c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/foreign-reference/array-of-classes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func go() {
6161

6262
var loopCount = 0
6363
for it in y {
64-
// CHECK: RefType()
64+
// CHECK: {{RefType()|(Foreign Reference Type)}}
6565
print(it)
6666
loopCount += 1
6767
}

0 commit comments

Comments
 (0)