Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen committed Sep 6, 2024
1 parent 8c4b4c1 commit c346c54
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions crates/moon/tests/test_cases/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6220,11 +6220,13 @@ fn test_failed_to_fill_whole_buffer() {
check(
&get_stderr_with_args_and_replace_dir(&dir, ["check"]),
expect![[r#"
error: internal build state error: $ROOT/target/wasm-gc/release/check/check.moon_db
error: internal error
Caused by:
0: failed to open build database
1: failed to fill whole buffer
0: failed to open n2 database
1: failed to open $ROOT/target/wasm-gc/release/check/check.moon_db
2: failed to read
3: failed to fill whole buffer
"#]],
);
}

0 comments on commit c346c54

Please sign in to comment.