Index: test/message/destructuring-decl-no-init-obj.js |
diff --git a/test/message/destructuring-decl-no-init-obj.js b/test/message/destructuring-decl-no-init-obj.js |
index f73e0b7f62897f7a8fb38ffb7e03a205ae7682c0..23424aa8bb50fc519e97a66db0219c2d5b521d17 100644 |
--- a/test/message/destructuring-decl-no-init-obj.js |
+++ b/test/message/destructuring-decl-no-init-obj.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 }; |