Skip to content

Commit 311daa2

Browse files
committed
Swift: Accept fixed test case having merged in main.
1 parent 037f246 commit 311daa2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
failures
22
testFailures
3-
| test.swift:709:15:709:21 | ...[...] | Fixed missing result:flow=708 |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ func testArray() {
706706
sink(arg: arr4[0]) // $ MISSING: flow=692
707707

708708
var arr5 = Array(repeating: source(), count: 2)
709-
sink(arg: arr5[0]) // $ MISSING: flow=708
709+
sink(arg: arr5[0]) // $ flow=708
710710

711711
var arr6 = [1,2,3]
712712
arr6.insert(source(), at: 2)

0 commit comments

Comments
 (0)