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

Unified Diff: testing/libfuzzer/tests/print_args.py

Issue 1703523002: [libfuzzer] support of custom libfuzzer options via .options file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nits in check_fuzzer_config.py script and fuzzer_launcher_test.cc Created 4 years, 10 months 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/tests/fuzzer_launcher_test.cc ('k') | testing/libfuzzer/tests/test.dict » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/tests/print_args.py
diff --git a/testing/libfuzzer/tests/print_args.py b/testing/libfuzzer/tests/print_args.py
deleted file mode 100755
index 6b30399e70ec0e10d9cb922ee3317d4056681fd2..0000000000000000000000000000000000000000
--- a/testing/libfuzzer/tests/print_args.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Script that prints out all its arguments. Used for testing.
-
-import sys
-
-for arg in sys.argv:
- print arg
« no previous file with comments | « testing/libfuzzer/tests/fuzzer_launcher_test.cc ('k') | testing/libfuzzer/tests/test.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698