Skip to content

Commit 28160e4

Browse files
committed
Update tests
1 parent ed349f7 commit 28160e4

File tree

1 file changed

+1
-1
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/ArrayConversion

1 file changed

+1
-1
lines changed

go/ql/test/library-tests/semmle/go/dataflow/ArrayConversion/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ func main() {
2121
// Compare with the standard dataflow support for arrays
2222
var b [4]string
2323
b[0] = source()
24-
sink(b[0]) // $ hasTaintFlow="index expression"
24+
sink(b[0]) // $ hasValueFlow="index expression"
2525
}

0 commit comments

Comments
 (0)