Index: test/mjsunit/regress/regress-crbug-233737.js |
diff --git a/test/mjsunit/regress/regress-crbug-233737.js b/test/mjsunit/regress/regress-crbug-233737.js |
index 835726b22429ec3cca68df956255d47c53fcfd25..38b44e056f24397d319d544f41afaea09b8b8d95 100644 |
--- a/test/mjsunit/regress/regress-crbug-233737.js |
+++ b/test/mjsunit/regress/regress-crbug-233737.js |
@@ -39,4 +39,4 @@ function hole(i) { |
assertEquals(1, hole(0)); |
assertEquals(1, hole(0)); |
%OptimizeFunctionOnNextCall(hole); |
-assertEquals(0, hole(1)); |
+assertEquals(0, hole(1)); |