| Index: test/mjsunit/es6/regress/regress-4482.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-4482.js b/test/mjsunit/es6/regress/regress-4482.js
|
| similarity index 91%
|
| rename from test/mjsunit/harmony/regress/regress-4482.js
|
| rename to test/mjsunit/es6/regress/regress-4482.js
|
| index 2472b466ab4f060508631ff21e369d035b4c2f31..d813d213001be1d2ce5f9511549ce0ba91e0234f 100644
|
| --- a/test/mjsunit/harmony/regress/regress-4482.js
|
| +++ b/test/mjsunit/es6/regress/regress-4482.js
|
| @@ -1,8 +1,6 @@
|
| // Copyright 2015 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| -// Flags: --harmony-sloppy
|
|
|
| assertEquals("function", (function f() { f = 42; return typeof f })());
|
| assertEquals("function",
|
|
|