Chromium Code Reviews| Index: test/mjsunit/compiler/regress-toint32.js |
| diff --git a/test/mjsunit/compiler/regress-toint32.js b/test/mjsunit/compiler/regress-toint32.js |
| index 54c2f76dd75a3006dd0b040f0ce31c28f0a7ec29..75892d477583f174b74c02a09c4487b003b14602 100644 |
| --- a/test/mjsunit/compiler/regress-toint32.js |
| +++ b/test/mjsunit/compiler/regress-toint32.js |
| @@ -42,4 +42,3 @@ assertEquals(G, f(G)); |
| assertEquals(G, f(G)); |
| %OptimizeFunctionOnNextCall(f); |
| assertEquals(G, f(G)); |
| - |