Skip to content

Commit ee1b3fd

Browse files
committed
Java: update test after VariableCapture.qll change
1 parent 8aec87e commit ee1b3fd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

java/ql/test/library-tests/dataflow/capture/B.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void testCapturedLambda() {
210210
r1.run();
211211
};
212212
r2.run();
213-
sink(out.get(0)); // $ MISSING: hasValueFlow=double.capture.out
213+
sink(out.get(0)); // $ hasValueFlow=double.capture.out
214214
}
215215

216216
void testEnhancedForStmtCapture() {

0 commit comments

Comments
 (0)