mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
pass the crash tag through
This commit is contained in:
parent
f692c8dabf
commit
29df340a26
3 changed files with 54 additions and 25 deletions
|
@ -994,7 +994,7 @@ fn undefined_variable() {
|
|||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
#[should_panic(expected = "Roc failed with message: a crash")]
|
||||
#[should_panic(expected = "User crash with message: \"a crash\"")]
|
||||
fn a_crash() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue