| Index: test/mjsunit/regress/regress-crbug-630559.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-582703.js b/test/mjsunit/regress/regress-crbug-630559.js
|
| similarity index 79%
|
| copy from test/mjsunit/regress/regress-crbug-582703.js
|
| copy to test/mjsunit/regress/regress-crbug-630559.js
|
| index 792266f54cd9d124b2d2675100d3d1e8b82c4dd3..f9623ed879fcd584de33986bbf0300275450c8e5 100644
|
| --- a/test/mjsunit/regress/regress-crbug-582703.js
|
| +++ b/test/mjsunit/regress/regress-crbug-630559.js
|
| @@ -4,5 +4,4 @@
|
|
|
| // Flags: --allow-natives-syntax
|
|
|
| -%FunctionGetScript({});
|
| -%FunctionGetSourceCode({});
|
| +assertThrows("try{}%");
|
|
|