Index: test/message/destructuring-decl-no-init-obj2.js |
diff --git a/test/message/destructuring-decl-no-init-obj2.js b/test/message/destructuring-decl-no-init-obj2.js |
index 928434acf52638a28a08493ec518a7ad30b46780..6c76137b7555d172bfe6f15c5767f87f9b3dd86e 100644 |
--- a/test/message/destructuring-decl-no-init-obj2.js |
+++ b/test/message/destructuring-decl-no-init-obj2.js |
@@ -2,6 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
-// Flags: --harmony-destructuring |
+// Flags: --harmony-destructuring-bind |
for (var { a, b, c }; a && b && c; ) {} |