Reviewers: Jakob,

Description:
Fix typo in test/fuzz-natives/testcfg.py

Please review this at https://codereview.chromium.org/305963002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M test/fuzz-natives/testcfg.py


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(",")


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to