Skip to content

Commit 0ae81ea

Browse files
committed
Java: update fixed test
1 parent 7217197 commit 0ae81ea

File tree

1 file changed

+1
-1
lines changed
  • java/ql/test/library-tests/dataflow/stream-read

1 file changed

+1
-1
lines changed

java/ql/test/library-tests/dataflow/stream-read/A.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public int read(byte[] b) throws IOException {
9999
}
100100

101101
public static void testWrapCall() {
102-
sink(wrapStream(null)); // $ SPURIOUS: hasTaintFlow
102+
sink(wrapStream(null)); // no flow
103103
sink(wrapStream(source())); // $ hasTaintFlow
104104
}
105105

0 commit comments

Comments
 (0)