Skip to content

Commit

Permalink
chore: fix whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed May 28, 2023
1 parent d57a008 commit 2e0f60d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test262/run_test262.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const WHITELIST: string[] = [
"language/identifiers/val-this.js",
"language/identifiers/val-this-via-escape-hex.js",
"language/identifiers/val-this-via-escape-hex4.js",
// escaped `static`. e.g. `class { st\u0061tic m() {} }`
"language/statements/class/syntax/escaped-static.js",
].flatMap((s) => [s + " (default)", s + " (strict mode)"]);

run(
Expand Down

0 comments on commit 2e0f60d

Please sign in to comment.