| Index: test/mjsunit/es7/object-observe.js
|
| diff --git a/test/mjsunit/es7/object-observe.js b/test/mjsunit/es7/object-observe.js
|
| index 6b18ce74d025378761bc3696bb47184538a08d5d..0daa7423295b122005b3568f97e3ec3769272dec 100644
|
| --- a/test/mjsunit/es7/object-observe.js
|
| +++ b/test/mjsunit/es7/object-observe.js
|
| @@ -26,7 +26,7 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| // Flags: --harmony-proxies --harmony-collections
|
| -// Flags: --harmony-symbols --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax
|
|
|
| var allObservers = [];
|
| function reset() {
|
|
|