mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Swift: Fix test after merge.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -878,5 +878,5 @@ protocol MyProtocol {
|
||||
}
|
||||
|
||||
func testOpenExistentialExpr(x: MyProtocol) {
|
||||
sink(arg: x.source()) // $ flow=775
|
||||
sink(arg: x.source()) // $ flow=881
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user