Index: test/mjsunit/es6/super.js |
diff --git a/test/mjsunit/harmony/super.js b/test/mjsunit/es6/super.js |
similarity index 99% |
rename from test/mjsunit/harmony/super.js |
rename to test/mjsunit/es6/super.js |
index 651f3dca3f2da6617ad774815d61b9cc941d4a90..a3437f0cf92a3e3381686d4a79164a525699997f 100644 |
--- a/test/mjsunit/harmony/super.js |
+++ b/test/mjsunit/es6/super.js |
@@ -3,8 +3,7 @@ |
// found in the LICENSE file. |
// Flags: --allow-natives-syntax |
-// Flags: --harmony-spread-calls --harmony-destructuring |
-// Flags: --harmony-rest-parameters --harmony-sloppy |
+// Flags: --harmony-destructuring --harmony-rest-parameters --harmony-sloppy |
(function TestSuperNamedLoads() { |
function Base() { } |