mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02: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