Chromium Code Reviews| Index: test/mjsunit/stack-traces.js |
| diff --git a/test/mjsunit/stack-traces.js b/test/mjsunit/stack-traces.js |
| index 536e71bbb58a33a5ad6e2db9bae34fc9e6034a7f..8359eb2871b2c2351a6e5260727749002dd73c09 100644 |
| --- a/test/mjsunit/stack-traces.js |
| +++ b/test/mjsunit/stack-traces.js |
| @@ -91,7 +91,7 @@ function testRenamedMethod() { |
| } |
| function testAnonymousMethod() { |
| - (function () { FAIL }).call([1, 2, 3]); |
| + (function () { FAIL; }).call([1, 2, 3]); |
| } |
| function CustomError(message, stripPoint) { |