Skip to content

Commit

Permalink
Remove passing allowHashBang 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 0ae1bfc commit 4cf56d2
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}),
(content, {sourceType}) => parse(content, {sourceType, ecmaVersion: "latest"}),
{
testsDirectory: path.dirname(require.resolve("test262/package.json")),
skip: test => test.attrs.features &&
Expand Down

1 comment on commit 4cf56d2

@Aungkhant884
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.