Reviewers: , Description: Experimental: fix bug in test.
TBR=whesse Please review this at http://codereview.chromium.org/27137 SVN Base: http://v8.googlecode.com/svn/branches/experimental/toiger/ Affected files: M test/mjsunit/short-circuit-boolean.js Index: test/mjsunit/short-circuit-boolean.js =================================================================== --- test/mjsunit/short-circuit-boolean.js (revision 1365) +++ test/mjsunit/short-circuit-boolean.js (working copy) @@ -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 -~----------~----~----~----~------~----~------~--~---
