pkg/afl++: remove @@ from run target since we use in-memory targets

This commit is contained in:
Mitchell Hashimoto
2026-03-02 19:36:17 -08:00
parent d3c3770435
commit 391c9044bc

View File

@@ -50,7 +50,6 @@ pub fn addFuzzerRun(
run.addDirectoryArg(output_dir);
run.addArgs(&.{"--"});
run.addFileArg(exe);
run.addArgs(&.{"@@"});
return run;
}