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", };