Chromium Code Reviews| Index: test/mjsunit/compiler/regress-lbranch-double.js |
| diff --git a/test/mjsunit/compiler/regress-lbranch-double.js b/test/mjsunit/compiler/regress-lbranch-double.js |
| index dca6d5bace7da4c5f8f20c5b6eb4902da243e40d..491883fe0c5b1542f5ef1620bfb94df064ab5f5e 100644 |
| --- a/test/mjsunit/compiler/regress-lbranch-double.js |
| +++ b/test/mjsunit/compiler/regress-lbranch-double.js |
| @@ -36,5 +36,5 @@ function foo() { |
| assertEquals(88, foo()); |
| assertEquals(88, foo()); |
| -%OptimizeFunctionOnNextCall(foo) |
| +%OptimizeFunctionOnNextCall(foo); |
| assertEquals(88, foo()); |