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