From 7a17f8d69eccc599292927203602be03f5070912 Mon Sep 17 00:00:00 2001 From: sosukesuzuki Date: Mon, 30 Aug 2021 15:30:08 +0900 Subject: [PATCH] Remove classStaticBlock from mapping for test262 --- scripts/parser-tests/test262/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/parser-tests/test262/index.js b/scripts/parser-tests/test262/index.js index 7138a4f8e1da..d5df1c9978a0 100644 --- a/scripts/parser-tests/test262/index.js +++ b/scripts/parser-tests/test262/index.js @@ -153,7 +153,6 @@ const ignoredFeatures = [ const ignoredTests = ["built-ins/RegExp/", "language/literals/regexp/"]; const featuresToPlugins = { - "class-static-block": "classStaticBlock", "import-assertions": "importAssertions", };