| 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);
|
|
|
|
|