Swift: Fix test after merge.

This commit is contained in:
Geoffrey White
2023-09-27 19:31:04 +01:00
parent 936f846b09
commit bb1720d50a
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,2 @@
testFailures
| test.swift:881:12:881:21 | OpenExistentialExpr | Unexpected result: flow=881 |
| test.swift:881:24:882:1 | // $ flow=775\n | Missing result:flow=775 |
failures

View File

@@ -878,5 +878,5 @@ protocol MyProtocol {
}
func testOpenExistentialExpr(x: MyProtocol) {
sink(arg: x.source()) // $ flow=775
sink(arg: x.source()) // $ flow=881
}