We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936f846 commit bb1720dCopy full SHA for bb1720d
2 files changed
swift/ql/test/library-tests/dataflow/dataflow/DataFlowInline.expected
@@ -1,4 +1,2 @@
1
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 |
4
failures
swift/ql/test/library-tests/dataflow/dataflow/test.swift
@@ -878,5 +878,5 @@ protocol MyProtocol {
878
}
879
880
func testOpenExistentialExpr(x: MyProtocol) {
881
- sink(arg: x.source()) // $ flow=775
+ sink(arg: x.source()) // $ flow=881
882
0 commit comments