Skip to content

Commit

Permalink
promote test (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash authored Oct 11, 2024
1 parent de75d6c commit ca50f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/moonrun/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ fn test_moonrun_wasm_stack_trace() {
&s,
expect![[r#"
RuntimeError: unreachable
at wasm://wasm/37dd63fa:wasm-function[1]:0x8c
at wasm://wasm/37dd63fa:wasm-function[3]:0x9b
at wasm://wasm/2946588e:wasm-function[1]:0x8c
at wasm://wasm/2946588e:wasm-function[3]:0x9b
"#]],
);

Expand Down

0 comments on commit ca50f51

Please sign in to comment.