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 6c76137b7555d172bfe6f15c5767f87f9b3dd86e..652409bfab0d4289f7f57d6f74f54cc4d3ffe804 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-bind |
+// |
for (var { a, b, c }; a && b && c; ) {} |