| Index: test/message/no-legacy-const.js
|
| diff --git a/test/message/import-reserved-word.js b/test/message/no-legacy-const.js
|
| similarity index 80%
|
| copy from test/message/import-reserved-word.js
|
| copy to test/message/no-legacy-const.js
|
| index 1fd7ba291e7f64b41c183223bff35381b6621e27..ecad2181b889f74d20a2cb8f943e05dd53e38ede 100644
|
| --- a/test/message/import-reserved-word.js
|
| +++ b/test/message/no-legacy-const.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 x = 42;
|
|
|