| Index: test/preparser/strict-identifiers.pyt
|
| diff --git a/test/preparser/strict-identifiers.pyt b/test/preparser/strict-identifiers.pyt
|
| index aa3d5210d89517769295d4ffc5c84a1c9015ac1a..f979088689cfef9962375ef500099adcc1e11dd3 100644
|
| --- a/test/preparser/strict-identifiers.pyt
|
| +++ b/test/preparser/strict-identifiers.pyt
|
| @@ -285,4 +285,4 @@ for reserved_word in reserved_words + strict_reserved_words:
|
| # Future reserved words in strict mode behave like normal identifiers
|
| # in a non strict context.
|
| for reserved_word in strict_reserved_words:
|
| - non_strict_use({"id": id}, None)
|
| + non_strict_use({"id": reserved_word}, None)
|
|
|