Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 30, 2023
1 parent 9467584 commit 75d9957
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions crates/swc_ecma_parser/tests/test262.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ fn add_test<F: FnOnce() -> Result<(), String> + Send + 'static>(
compile_fail: false,
no_run: false,
ignore_message: Default::default(),
end_col: 0,
end_line: 0,
start_col: 0,
start_line: 0,
source_file: "",
},
testfn: DynTestFn(Box::new(f)),
});
Expand Down
5 changes: 0 additions & 5 deletions crates/swc_ecma_transforms_base/tests/fixer_test262.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ fn add_test<F: FnOnce() -> Result<(), String> + Send + 'static>(
compile_fail: false,
no_run: false,
ignore_message: Default::default(),
end_col: 0,
end_line: 0,
start_col: 0,
start_line: 0,
source_file: "",
},
testfn: DynTestFn(Box::new(f)),
});
Expand Down
5 changes: 0 additions & 5 deletions crates/swc_estree_compat/tests/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ fn fixtures() -> Result<(), Error> {
compile_fail: false,
no_run: false,
ignore_message: Default::default(),
end_col: 0,
end_line: 0,
source_file: "",
start_col: 0,
start_line: 0,
},
testfn: DynTestFn(Box::alloc().init(move || {
GLOBALS.set(&Default::default(), || {
Expand Down

0 comments on commit 75d9957

Please sign in to comment.