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

pull/11141/head
Mitchell Hashimoto 2026-03-02 19:36:17 -08:00
parent d3c3770435
commit 391c9044bc
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 1 deletions

View File

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