| Index: test/mjsunit/es6/classes-proxy.js
|
| diff --git a/test/mjsunit/es6/classes-proxy.js b/test/mjsunit/es6/classes-proxy.js
|
| index 09d12c28dc009cb1402b6d93fa0bab52f3196998..4642df8509f85ea802dc5dd0cca03961c63448cf 100644
|
| --- a/test/mjsunit/es6/classes-proxy.js
|
| +++ b/test/mjsunit/es6/classes-proxy.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --allow-natives-syntax --harmony-proxies --harmony-reflect
|
| +// Flags: --allow-natives-syntax
|
|
|
| function CreateConstructableProxy(handler) {
|
| return new Proxy(function(){}, handler);
|
|
|