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