Revision: 12435
Author:   [email protected]
Date:     Tue Sep  4 02:54:36 2012
Log:      Fixed test expectation.

Review URL: https://chromiumcodereview.appspot.com/10913062
http://code.google.com/p/v8/source/detail?r=12435

Modified:
 /branches/bleeding_edge/test/mjsunit/regress/regress-crbug-145961.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/regress/regress-crbug-145961.js Tue Sep 4 02:35:43 2012 +++ /branches/bleeding_edge/test/mjsunit/regress/regress-crbug-145961.js Tue Sep 4 02:54:36 2012
@@ -33,7 +33,7 @@
   return Math.min(x, x);
 }

-assertEquals(-1, test());
-assertEquals(-1, test());
+assertEquals(0, test());
+assertEquals(0, test());
 %OptimizeFunctionOnNextCall(test);
-assertEquals(-1, test());
+assertEquals(0, test());

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to