Index: test/message/destructuring-decl-no-init-array.js |
diff --git a/test/message/destructuring-decl-no-init-array.js b/test/message/destructuring-decl-no-init-array.js |
index 7a4fb00f596eba5c378c472d819cfd43218bd224..7c73d3b67017b8952c69e419ce2006bfe24d76ed 100644 |
--- a/test/message/destructuring-decl-no-init-array.js |
+++ b/test/message/destructuring-decl-no-init-array.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 |
var [ a, b, c ]; |