We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20147e8 commit 3c07ff5Copy full SHA for 3c07ff5
2 files changed
swift/ql/test/library-tests/dataflow/dataflow/DataFlowInline.expected
@@ -1,2 +0,0 @@
1
-| test.swift:287:21:288:1 | // $ flow=277\n | Missing result:flow=277 |
2
-| test.swift:293:21:294:1 | // $ flow=277\n | Missing result:flow=277 |
swift/ql/test/library-tests/dataflow/dataflow/test.swift
@@ -284,13 +284,13 @@ func testTuples() {
284
285
sink(arg: t1)
286
sink(arg: t1.0)
287
- sink(arg: t1.1) // $ flow=277
+ sink(arg: t1.1)
288
289
t1.0 = source()
290
291
292
sink(arg: t1.0) // $ flow=289
293
294
}
295
296
func testTuples2() {
0 commit comments