Skip to content

Commit

Permalink
Remove passing allowAwaitOutsideFunction from test262
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored and marijnh committed Dec 21, 2022
1 parent 11340a4 commit 0ae1bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_test262.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function loadList(filename) {
}

run(
(content, {sourceType}) => parse(content, {sourceType, ecmaVersion: "latest", allowHashBang: true, allowAwaitOutsideFunction: sourceType === "module"}),
(content, {sourceType}) => parse(content, {sourceType, ecmaVersion: "latest", allowHashBang: true}),
{
testsDirectory: path.dirname(require.resolve("test262/package.json")),
skip: test => test.attrs.features &&
Expand Down

0 comments on commit 0ae1bfc

Please sign in to comment.