File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ fn test_moonrun_wasm_stack_trace() {
8787 . stderr_eq ( snapbox:: str![ [ r#"
8888RuntimeError: 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#"
100100RuntimeError: 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"# ] ] ) ;
You can’t perform that action at this time.
0 commit comments