Index: test/mjsunit/es6/iterator-close.js |
diff --git a/test/mjsunit/harmony/iterator-close.js b/test/mjsunit/es6/iterator-close.js |
similarity index 99% |
rename from test/mjsunit/harmony/iterator-close.js |
rename to test/mjsunit/es6/iterator-close.js |
index 03cdeac0383b4660da1e267a7f41ae6024fc3b60..1a96bee22323162b652108fa433775a538ad6e24 100644 |
--- a/test/mjsunit/harmony/iterator-close.js |
+++ b/test/mjsunit/es6/iterator-close.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-iterator-close |
- |
function* g() { yield 42; return 88 }; |