Skip to content

Commit 3af9d48

Browse files
chore: bump test
1 parent b2c0ae5 commit 3af9d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/moonrun/tests/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn test_moonrun_wasm_stack_trace() {
8787
.stderr_eq(snapbox::str![[r#"
8888
RuntimeError: unreachable
8989
at @moonbitlang/core/abort.abort[Unit] [..]/abort/abort.mbt:29
90-
at @moonbitlang/core/builtin.abort[Unit] [..]/builtin/intrinsics.mbt:70
90+
at @moonbitlang/core/builtin.abort[Unit] [..]/builtin/intrinsics.mbt:74
9191
at @username/hello/main.abort_with_tuple [..]/main/main.mbt:[..]
9292
at @username/hello/main.default_abort_chain [..]/main/main.mbt:[..]
9393
at @__moonbit_main [..]/main/main.mbt:[..]
@@ -99,7 +99,7 @@ RuntimeError: unreachable
9999
.stderr_eq(snapbox::str![[r#"
100100
RuntimeError: unreachable
101101
at @moonbitlang/core/abort.abort[Int] [..]/abort/abort.mbt:29
102-
at @moonbitlang/core/builtin.abort[Int] [..]/builtin/intrinsics.mbt:70
102+
at @moonbitlang/core/builtin.abort[Int] [..]/builtin/intrinsics.mbt:74
103103
at @username/hello/main.abort_generic[Int] [..]/main/main.mbt:[..]
104104
at @__moonbit_main [..]/main/main.mbt:[..]
105105
"#]]);

0 commit comments

Comments
 (0)