Skip to content

Commit 359a4dc

Browse files
committed
fixed a stupid case where the comment was correct, but the test expected the opposite outcome
1 parent c576b27 commit 359a4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • soot-infoflow-integration/test/soot/jimple/infoflow/integration/test/junit/river

soot-infoflow-integration/test/soot/jimple/infoflow/integration/test/junit/river/RiverTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public void pseudoInfluenceTest1() {
328328
// We don't have a problem with this pseudo-influence because we have no summary
329329
// for FileInputStream.<init>(). If there was a connection between file name and
330330
// stream taint state, we'd get a false positive here.
331-
this.checkInfoflow(infoflow, 1);
331+
this.negativeCheckInfoflow(infoflow);
332332
}
333333

334334
}

0 commit comments

Comments
 (0)