Chromium Code Reviews| Index: test/mjsunit/es6/instanceof-proxies.js |
| diff --git a/test/mjsunit/es6/instanceof-proxies.js b/test/mjsunit/es6/instanceof-proxies.js |
| index cc720ad8fea2359e21b9a38d8863ca00c924c664..86b104ce705039f914406901e5eddbff8eff0d25 100644 |
| --- a/test/mjsunit/es6/instanceof-proxies.js |
| +++ b/test/mjsunit/es6/instanceof-proxies.js |
| @@ -3,7 +3,7 @@ |
| // found in the LICENSE file. |
| -// Flags: --harmony-proxies --allow-natives-syntax |
| +// Flags: --allow-natives-syntax |
| // Test instanceof with proxies. |