Skip to content

Commit

Permalink
Use file checker in tests with category runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
esdrubal committed Mar 13, 2024
1 parent 6992918 commit 1e7c79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/e2e_vm_tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ impl TestContext {
.await;
*output = out;

check_file_checker(checker, &name, output)?;

let compiled = result?;

let compiled = match compiled {
Expand Down

0 comments on commit 1e7c79c

Please sign in to comment.