Index: test/mjsunit/harmony/block-sloppy-function.js |
diff --git a/test/mjsunit/harmony/block-sloppy-function.js b/test/mjsunit/harmony/block-sloppy-function.js |
index 4fa79c214973e23e92591cc4cc20d7155c08ecbd..d9f68a1992b4f9411006508cc02023e489b7927f 100644 |
--- a/test/mjsunit/harmony/block-sloppy-function.js |
+++ b/test/mjsunit/harmony/block-sloppy-function.js |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// Flags: --no-legacy-const --harmony-sloppy --harmony-sloppy-let |
-// Flags: --harmony-sloppy-function --harmony-destructuring-bind |
+// Flags: --harmony-sloppy-function |
// Test Annex B 3.3 semantics for functions declared in blocks in sloppy mode. |
// http://www.ecma-international.org/ecma-262/6.0/#sec-block-level-function-declarations-web-legacy-compatibility-semantics |