Chromium Code Reviews| Index: test/mjsunit/es6/super.js |
| diff --git a/test/mjsunit/es6/super.js b/test/mjsunit/es6/super.js |
| index 67cb45f590c2c58ac9966d29df29e3f14608065b..a2ba1e863b95436f12b813d383c1627b6eb572a3 100644 |
| --- a/test/mjsunit/es6/super.js |
| +++ b/test/mjsunit/es6/super.js |
| @@ -3,7 +3,7 @@ |
| // found in the LICENSE file. |
| // Flags: --allow-natives-syntax |
| -// Flags: --harmony-destructuring-bind --harmony-sloppy |
| +// Flags: --harmony-sloppy |
| (function TestSuperNamedLoads() { |
| function Base() { } |