From 9dd02ea0908954ab25a807f13d170d7614ffb30f Mon Sep 17 00:00:00 2001 From: Folkert Date: Thu, 7 Jan 2021 20:15:06 +0100 Subject: [PATCH] reenable test --- compiler/gen/tests/gen_list.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/gen/tests/gen_list.rs b/compiler/gen/tests/gen_list.rs index cbc73b429f..cb01dc7760 100644 --- a/compiler/gen/tests/gen_list.rs +++ b/compiler/gen/tests/gen_list.rs @@ -1740,6 +1740,7 @@ mod gen_list { assert_evals_to!("[[2]] != [[1]]", true, bool); } + #[test] #[should_panic(expected = r#"Roc failed with message: "integer addition overflowed!"#)] fn cleanup_because_exception() { assert_evals_to!(