Skip to content

Commit 3923eff

Browse files
committed
unified: Add new MISSING marker in test
1 parent d827417 commit 3923eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unified/ql/test/library-tests/variables/test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func t10(value: Int) { // name=value1
8181
func t11(value: Int) { // name=value1
8282
switch value { // $ access=value1
8383
case let x where x > 0: // $ MISSING: access=x1 // name=x1
84-
print(x) // $ access=x1
84+
print(x) // $ MISSING: access=x1
8585
case let x: // name=x2
8686
print(x) // $ access=x2
8787
}

0 commit comments

Comments
 (0)