| Index: test/mjsunit/regress/regress-crbug-489597.js-script
|
| diff --git a/test/mjsunit/regress/regress-smi-scanning.js b/test/mjsunit/regress/regress-crbug-489597.js-script
|
| similarity index 85%
|
| copy from test/mjsunit/regress/regress-smi-scanning.js
|
| copy to test/mjsunit/regress/regress-crbug-489597.js-script
|
| index 56cf9f9a2e60dde53b9be5852d571c6d9cd3a4ca..cb4dd84df3eed3d5d80338782379d09cc5a8c26e 100644
|
| --- a/test/mjsunit/regress/regress-smi-scanning.js
|
| +++ b/test/mjsunit/regress/regress-crbug-489597.js-script
|
| @@ -2,6 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -x = 2
|
| -3;
|
| -assertEquals(2, x);
|
| +throw new Error("boom");
|
|
|