diff --git a/tasks/coverage/snapshots/estree_test262_tokens.snap b/tasks/coverage/snapshots/estree_test262_tokens.snap index 3a8f23c703c48..0be99f21c0e8a 100644 --- a/tasks/coverage/snapshots/estree_test262_tokens.snap +++ b/tasks/coverage/snapshots/estree_test262_tokens.snap @@ -1,5 +1,5 @@ commit: 3aa9cb2c estree_test262_tokens Summary: -AST Parsed : 46532/46532 (100.00%) -Positive Passed: 46532/46532 (100.00%) +AST Parsed : 46542/46542 (100.00%) +Positive Passed: 46542/46542 (100.00%) diff --git a/tasks/coverage/src/tools.rs b/tasks/coverage/src/tools.rs index d1c99c79a688a..f283fa09fd08b 100644 --- a/tasks/coverage/src/tools.rs +++ b/tasks/coverage/src/tools.rs @@ -825,9 +825,6 @@ pub fn run_estree_test262_tokens(files: &[Test262File]) -> Vec { if should_fail { return false; } - if f.path.starts_with("test262/test/language/comments/hashbang/") { - return false; - } workspace_root() .join("estree-conformance/tests/test262-tokens") .join(f.path.strip_prefix("test262/").unwrap_or(&f.path))