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: test/fuzz-natives/testcfg.py

Issue 305963002: Fix typo in test/fuzz-natives/testcfg.py (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzz-natives/testcfg.py
diff --git a/test/fuzz-natives/testcfg.py b/test/fuzz-natives/testcfg.py
index d8e3f056c6cdd284f9187bcf188a344eb39852c3..df6bc5bf8776a575b153cef5d288641218525df0 100644
--- a/test/fuzz-natives/testcfg.py
+++ b/test/fuzz-natives/testcfg.py
@@ -28,7 +28,7 @@ class FuzzNativesTestSuite(testsuite.TestSuite):
if output.exit_code != 0:
print output.stdout
print output.stderr
- assert false, "Failed to get natives list."
+ assert False, "Failed to get natives list."
tests = []
for line in output.stdout.strip().split():
(name, argc) = line.split(",")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698