Chromium Code Reviews| Index: test/mjsunit/regress/regress-2286.js |
| diff --git a/test/mjsunit/regress/regress-2286.js b/test/mjsunit/regress/regress-2286.js |
| index 372451ec44ee067789fbf156c782bec6e5b36408..12291e0079a01b38a67af831c8098df0d99f3271 100644 |
| --- a/test/mjsunit/regress/regress-2286.js |
| +++ b/test/mjsunit/regress/regress-2286.js |
| @@ -28,5 +28,5 @@ |
| // Flags: --allow-natives-syntax |
| assertThrows("f()", ReferenceError); |
| -assertThrows("%f()", TypeError); |
| -assertThrows("%_f()", SyntaxError); |
| +assertThrows("%_f()", TypeError); |
|
Michael Starzinger
2013/01/31 15:04:53
We should add a test that a call of "%f()" still t
|
| +assertThrows("%__f()", SyntaxError); |