From c6f313c33a0531d319701832369b69154a4edbd1 Mon Sep 17 00:00:00 2001 From: ayazhafiz Date: Thu, 28 Apr 2022 21:13:10 -0400 Subject: [PATCH] Fix test with type errors --- compiler/test_gen/src/gen_tags.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/test_gen/src/gen_tags.rs b/compiler/test_gen/src/gen_tags.rs index ba77d1268a..4e8bfe68dc 100644 --- a/compiler/test_gen/src/gen_tags.rs +++ b/compiler/test_gen/src/gen_tags.rs @@ -1676,6 +1676,8 @@ fn issue_2900_unreachable_pattern() { "# ), RocStr::from("foo"), - RocStr + RocStr, + |x| x, + true // ignore type errors ) }