Author: [email protected]
Date: Wed Feb 25 09:09:23 2009
New Revision: 1369
Modified:
branches/experimental/toiger/test/mjsunit/short-circuit-boolean.js
Log:
Experimental: fix bug in test.
TBR=whesse
Review URL: http://codereview.chromium.org/27137
Modified: branches/experimental/toiger/test/mjsunit/short-circuit-boolean.js
==============================================================================
--- branches/experimental/toiger/test/mjsunit/short-circuit-boolean.js
(original)
+++ branches/experimental/toiger/test/mjsunit/short-circuit-boolean.js Wed
Feb 25 09:09:23 2009
@@ -34,7 +34,7 @@
return a != 0 && "failure";
}
-assertTrue(andTest0());
+assertFalse(andTest0());
function orTest0() {
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---