Chromium Code Reviews| Index: test/mjsunit/compiler/regress-1394.js |
| diff --git a/test/mjsunit/compiler/regress-1394.js b/test/mjsunit/compiler/regress-1394.js |
| index b1ce19267fdbc35a38a4e981fbab1753ac0254b5..1d173c3d3ef15e628c60a4dc3450138adb0042cd 100644 |
| --- a/test/mjsunit/compiler/regress-1394.js |
| +++ b/test/mjsunit/compiler/regress-1394.js |
| @@ -48,7 +48,7 @@ function f(x) { |
| break; |
| } |
| return ret; |
| -}; |
| +} |
| for (var i = 0; i < 3; i++) assertEquals(i, f(i)); |