Reviewers: rossberg,

Message:
These were missed in https://codereview.chromium.org/455743002/

Description:
Remove removed flags from tests

BUG=None
LOG=Y

Please review this at https://codereview.chromium.org/454003002/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -4 lines):
  M test/mjsunit/es6/unscopables.js
  M test/mjsunit/harmony/proxies-with-unscopables.js


Index: test/mjsunit/es6/unscopables.js
diff --git a/test/mjsunit/es6/unscopables.js b/test/mjsunit/es6/unscopables.js index 678536dba425a952e9c9acdada1a09ea8f111d53..36365d2d8230aa86c9cd64c04085985936605d3f 100644
--- a/test/mjsunit/es6/unscopables.js
+++ b/test/mjsunit/es6/unscopables.js
@@ -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: test/mjsunit/harmony/proxies-with-unscopables.js
diff --git a/test/mjsunit/harmony/proxies-with-unscopables.js b/test/mjsunit/harmony/proxies-with-unscopables.js index b982480feb922ab043f11bba6354dc790a181b46..191bad301e3105b16d8cfa0b9c30439e3aaf265f 100644
--- a/test/mjsunit/harmony/proxies-with-unscopables.js
+++ b/test/mjsunit/harmony/proxies-with-unscopables.js
@@ -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




--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to