Chromium Code Reviews| Index: test/mjsunit/extra-commas.js |
| diff --git a/test/mjsunit/extra-commas.js b/test/mjsunit/extra-commas.js |
| index 6fed04c0de08640bd016f63a68d5a96034cf7a1a..adc8c6917514897b4bef5b9b9fbf1385ce479e4c 100644 |
| --- a/test/mjsunit/extra-commas.js |
| +++ b/test/mjsunit/extra-commas.js |
| @@ -34,7 +34,7 @@ function assertSyntaxError(x) { |
| assertTrue(e instanceof SyntaxError, "is syntax error"); |
| } |
| assertTrue(caught, "throws exception"); |
| -}; |
| +} |
| assertSyntaxError("f(,)"); |