Skip to content

Commit bb1720d

Browse files
committed
Swift: Fix test after merge.
1 parent 936f846 commit bb1720d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
testFailures
2-
| test.swift:881:12:881:21 | OpenExistentialExpr | Unexpected result: flow=881 |
3-
| test.swift:881:24:882:1 | // $ flow=775\n | Missing result:flow=775 |
42
failures

swift/ql/test/library-tests/dataflow/dataflow/test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,5 +878,5 @@ protocol MyProtocol {
878878
}
879879

880880
func testOpenExistentialExpr(x: MyProtocol) {
881-
sink(arg: x.source()) // $ flow=775
881+
sink(arg: x.source()) // $ flow=881
882882
}

0 commit comments

Comments
 (0)