Index: test/mjsunit/harmony/iteration-semantics.js |
diff --git a/test/mjsunit/harmony/iteration-semantics.js b/test/mjsunit/harmony/iteration-semantics.js |
index 96b6d1452c6c5c15d633a1152ad24c1d103316a2..2449115dd42ce2fa79e88c99e9a449ebdcd828bb 100644 |
--- a/test/mjsunit/harmony/iteration-semantics.js |
+++ b/test/mjsunit/harmony/iteration-semantics.js |
@@ -25,7 +25,8 @@ |
// (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: --harmony --harmony-generators |
+// Flags: --harmony-iteration |
+// Flags: --harmony-generators --harmony-scoping --harmony-proxies |
// Test for-of semantics. |