Index: test/mjsunit/compiler/regress-max.js |
diff --git a/test/mjsunit/compiler/regress-max.js b/test/mjsunit/compiler/regress-max.js |
index ee2fd587ec8cf436877a61ab342ec03e6cca6372..7556f2f733deda39c624ab45edafed9deb96aabf 100644 |
--- a/test/mjsunit/compiler/regress-max.js |
+++ b/test/mjsunit/compiler/regress-max.js |
@@ -29,7 +29,6 @@ |
// Test Math.max with negative zero as input. |
for (var i = 0; i < 5; i++) Math.max(0, 0); |
-%OptimizeFunctionOnNextCall(Math.max); |
Math.max(0, 0); |
var r = Math.max(-0, -0); |