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

Unified Diff: tools/foozzie/v8_foozzie_test.py

Issue 2622653002: [foozzie] Fix path to metadata (Closed)
Patch Set: presubmit Created 3 years, 11 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 | « tools/foozzie/v8_foozzie.py ('k') | tools/presubmit.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/foozzie/v8_foozzie_test.py
diff --git a/tools/foozzie/v8_foozzie_test.py b/tools/foozzie/v8_foozzie_test.py
index be085035ac2d05cedf5b672d93edbb83afb74f89..8f6b7e32b8b47cd0f8bfd3a4c16690b361776223 100644
--- a/tools/foozzie/v8_foozzie_test.py
+++ b/tools/foozzie/v8_foozzie_test.py
@@ -92,7 +92,7 @@ def run_foozzie(first_d8, second_d8):
'--first-d8', os.path.join(TEST_DATA, first_d8),
'--second-d8', os.path.join(TEST_DATA, second_d8),
'--second-config', 'ignition_staging',
- os.path.join(TEST_DATA, 'fuzz-test1.js'),
+ os.path.join(TEST_DATA, 'fuzz-123.js'),
])
« no previous file with comments | « tools/foozzie/v8_foozzie.py ('k') | tools/presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698