Index: test/mjsunit/es6/super.js |
diff --git a/test/mjsunit/es6/super.js b/test/mjsunit/es6/super.js |
index a022ddc67cd321db85901f759fcebb4e7e611252..67cb45f590c2c58ac9966d29df29e3f14608065b 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-rest-parameters --harmony-sloppy |
+// Flags: --harmony-destructuring-bind --harmony-sloppy |
(function TestSuperNamedLoads() { |
function Base() { } |