| Index: test/mjsunit/es6/debug-function-scopes.js
|
| diff --git a/test/mjsunit/harmony/debug-function-scopes.js b/test/mjsunit/es6/debug-function-scopes.js
|
| similarity index 98%
|
| rename from test/mjsunit/harmony/debug-function-scopes.js
|
| rename to test/mjsunit/es6/debug-function-scopes.js
|
| index 1b380c2b841243ed4ae4ef595de964869e018668..699bd5343d0ff2c5f8ab06d6b6b53be2b74f50f2 100644
|
| --- a/test/mjsunit/harmony/debug-function-scopes.js
|
| +++ b/test/mjsunit/es6/debug-function-scopes.js
|
| @@ -25,7 +25,7 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --expose-debug-as debug --harmony-scoping
|
| +// Flags: --expose-debug-as debug
|
|
|
| "use strict";
|
| let top_level_let = 255;
|
|
|