Skip to content

Commit d550718

Browse files
committed
Java: Update test output
1 parent 2cd2e37 commit d550718

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static void test() {
2121
Object object = getA();
2222

2323
sink(step(object)); // $ hasTaintFlow=source
24-
sink(object); // $ SPURIOUS: hasTaintFlow=source
24+
sink(object);
2525
sink(((A)object).field); // $ hasTaintFlow=source
2626
}
2727
}

0 commit comments

Comments
 (0)