suppress false positives in ufuzz (#4578)
This commit is contained in:
@@ -2,7 +2,7 @@ var actions = require("./actions");
|
||||
var child_process = require("child_process");
|
||||
|
||||
var args = [
|
||||
"--max-old-space-size=4096",
|
||||
"--max-old-space-size=2048",
|
||||
"test/ufuzz",
|
||||
];
|
||||
var iterations;
|
||||
|
||||
Reference in New Issue
Block a user