mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java: update test after VariableCapture.qll change
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user