Remove removed flags from tests
authorarv@chromium.org <arv@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Aug 2014 15:09:38 +0000 (15:09 +0000)
committerarv@chromium.org <arv@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Aug 2014 15:09:38 +0000 (15:09 +0000)
BUG=None
LOG=Y
R=rossberg@chromium.org

Review URL: https://codereview.chromium.org/454003002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23203 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mjsunit/es6/unscopables.js
test/mjsunit/harmony/proxies-with-unscopables.js

index 678536d..36365d2 100644 (file)
@@ -2,9 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-// Flags: --harmony-unscopables
-// Flags: --harmony-collections
-
 var global = this;
 var globalProto = Object.getPrototypeOf(global);
 
index b982480..191bad3 100644 (file)
@@ -2,7 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-// Flags: --harmony-unscopables
 // Flags: --harmony-proxies