Revision: 21581
Author:   [email protected]
Date:     Fri May 30 09:31:44 2014 UTC
Log:      Fix typo in test/fuzz-natives/testcfg.py

[email protected]

Review URL: https://codereview.chromium.org/305963002
http://code.google.com/p/v8/source/detail?r=21581

Modified:
 /branches/bleeding_edge/test/fuzz-natives/testcfg.py

=======================================
--- /branches/bleeding_edge/test/fuzz-natives/testcfg.py Wed May 7 12:31:26 2014 UTC +++ /branches/bleeding_edge/test/fuzz-natives/testcfg.py Fri May 30 09:31:44 2014 UTC
@@ -28,7 +28,7 @@
     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