Index: test/message/no-legacy-const-2.js |
diff --git a/test/message/import-reserved-word.js b/test/message/no-legacy-const-2.js |
similarity index 81% |
copy from test/message/import-reserved-word.js |
copy to test/message/no-legacy-const-2.js |
index 1fd7ba291e7f64b41c183223bff35381b6621e27..29aeba5e1f1b215a39be4108c547dc7ab123c8d0 100644 |
--- a/test/message/import-reserved-word.js |
+++ b/test/message/no-legacy-const-2.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. |
// |
-// MODULE |
+// Flags: --no-legacy-const |
-import { import } from "mod"; |
+const = 42; |