Commit 0c24942b authored by verwaest@chromium.org's avatar verwaest@chromium.org

Fixed test expectation.

Review URL: https://chromiumcodereview.appspot.com/10913062

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12435 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent a8638c15
......@@ -33,7 +33,7 @@ function test() {
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());
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment