summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/v8/test/preparser/strict-identifiers.pyt
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/test/preparser/strict-identifiers.pyt')
-rw-r--r--src/3rdparty/v8/test/preparser/strict-identifiers.pyt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/v8/test/preparser/strict-identifiers.pyt b/src/3rdparty/v8/test/preparser/strict-identifiers.pyt
index aa3d521..f979088 100644
--- a/src/3rdparty/v8/test/preparser/strict-identifiers.pyt
+++ b/src/3rdparty/v8/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)