Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1376)

Unified Diff: testing/libfuzzer/fuzzer_test.gni

Issue 2565383002: [libfuzzer] Remove unused "--fuzzer" argument from archive_corpus.py. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/libfuzzer/archive_corpus.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzer_test.gni
diff --git a/testing/libfuzzer/fuzzer_test.gni b/testing/libfuzzer/fuzzer_test.gni
index ad013b0b10f0f0dca2d88d7d445cc0b2935dc91e..bfdee49c69a741e7284b5b280d36c0f2f8e45ebb 100644
--- a/testing/libfuzzer/fuzzer_test.gni
+++ b/testing/libfuzzer/fuzzer_test.gni
@@ -47,8 +47,6 @@ template("fuzzer_test") {
rebase_path(invoker.seed_corpus),
"--output",
rebase_path(out),
- "--fuzzer",
- rebase_path("$root_build_dir/$target_name"),
]
outputs = [
« no previous file with comments | « testing/libfuzzer/archive_corpus.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698