Java: update test after VariableCapture.qll change

This commit is contained in:
Asger F
2023-08-23 14:52:04 +02:00
parent 8aec87ea57
commit ee1b3fd7e9

View File

@@ -210,7 +210,7 @@ public class B {
r1.run();
};
r2.run();
sink(out.get(0)); // $ MISSING: hasValueFlow=double.capture.out
sink(out.get(0)); // $ hasValueFlow=double.capture.out
}
void testEnhancedForStmtCapture() {