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 d2b7c905d0d04974104c28c40c251026e3f50c6b..0a12762ec33a8a9b7667e0fd118d46cc1399af10 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-bind |
+// Flags: --harmony-sloppy --harmony-sloppy-let |
let {let}; |