Chromium Code Reviews| Index: test/mjsunit/compiler/regress-3260426.js |
| diff --git a/test/mjsunit/compiler/regress-3260426.js b/test/mjsunit/compiler/regress-3260426.js |
| index dfef424e7fb3de4e84c83a8cbb7893adce8951c2..457064d2bbad9fec5ebaae122ecfa28f8e85a0ac 100644 |
| --- a/test/mjsunit/compiler/regress-3260426.js |
| +++ b/test/mjsunit/compiler/regress-3260426.js |
| @@ -33,4 +33,3 @@ function always_false() {} |
| function test() { return always_false() ? 0 : 1; } |
| assertEquals(1, test()); |
| - |