mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
reenable test
This commit is contained in:
parent
b9359ffd71
commit
9dd02ea090
1 changed files with 1 additions and 0 deletions
|
@ -1740,6 +1740,7 @@ mod gen_list {
|
||||||
assert_evals_to!("[[2]] != [[1]]", true, bool);
|
assert_evals_to!("[[2]] != [[1]]", true, bool);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
#[should_panic(expected = r#"Roc failed with message: "integer addition overflowed!"#)]
|
#[should_panic(expected = r#"Roc failed with message: "integer addition overflowed!"#)]
|
||||||
fn cleanup_because_exception() {
|
fn cleanup_because_exception() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue