Skip to content

Commit

Permalink
update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
george-cosma committed Sep 12, 2024
1 parent e44f285 commit ade1eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/specification/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ pub fn spec_tests() {
let mut compile_error_reports = 0;

for test_path in paths {
println!("Report for {}:", test_path.display());
let report = run::run_spec_test(test_path.to_str().unwrap());
println!("Report for {}:\n{}", test_path.display(), report);
println!("{}", report);

match report {
reports::WastTestReport::Asserts(assert_report) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/specification/testsuite
Submodule testsuite updated 124 files

0 comments on commit ade1eab

Please sign in to comment.