Index: test/message/let-lexical-name-in-object-prohibited.js |
diff --git a/test/message/let-lexical-name-in-object-prohibited.js b/test/message/let-lexical-name-in-object-prohibited.js |
index e4027a0b32435189425f70fab78e269470889855..d2b7c905d0d04974104c28c40c251026e3f50c6b 100644 |
--- a/test/message/let-lexical-name-in-object-prohibited.js |
+++ b/test/message/let-lexical-name-in-object-prohibited.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-sloppy --harmony-sloppy-let --harmony-destructuring |
+// Flags: --harmony-sloppy --harmony-sloppy-let --harmony-destructuring-bind |
let {let}; |