| Index: test/mjsunit/es6/regress/regress-crbug-465671-null.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-crbug-465671-null.js b/test/mjsunit/es6/regress/regress-crbug-465671-null.js
|
| similarity index 90%
|
| rename from test/mjsunit/harmony/regress/regress-crbug-465671-null.js
|
| rename to test/mjsunit/es6/regress/regress-crbug-465671-null.js
|
| index d24599c38526aca26943669a1b5e153ee652bd9a..28fc56605a743de7115a45db3eacf29c7e41b4a0 100644
|
| --- a/test/mjsunit/harmony/regress/regress-crbug-465671-null.js
|
| +++ b/test/mjsunit/es6/regress/regress-crbug-465671-null.js
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-arrow-functions
|
| -
|
| // This used to trigger a segfault because of NULL being accessed.
|
| function f() {
|
| var a = [10];
|
|
|