From 841cf8c74e768bbc047d37bf73d5de62dead4f98 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Thu, 10 Aug 2023 20:20:55 -0400 Subject: [PATCH] Drop redundant import --- crates/compiler/test_gen/src/gen_tags.rs | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/crates/compiler/test_gen/src/gen_tags.rs b/crates/compiler/test_gen/src/gen_tags.rs index b273461464..67be643771 100644 --- a/crates/compiler/test_gen/src/gen_tags.rs +++ b/crates/compiler/test_gen/src/gen_tags.rs @@ -17,8 +17,6 @@ use roc_mono::layout::{LayoutRepr, STLayoutInterner}; #[cfg(test)] use roc_std::{RocList, RocStr, U128}; -use crate::helpers::with_larger_debug_stack; - #[test] fn width_and_alignment_u8_u8() { use roc_mono::layout::Layout; @@ -2257,15 +2255,15 @@ fn recursive_tag_id_in_allocation_basic() { main = when x is - A _ -> "A" - B _ -> "B" - C _ -> "C" - D _ -> "D" - E _ -> "E" - F _ -> "F" - G _ -> "G" - H _ -> "H" - I _ -> "I" + A _ -> "A" + B _ -> "B" + C _ -> "C" + D _ -> "D" + E _ -> "E" + F _ -> "F" + G _ -> "G" + H _ -> "H" + I _ -> "I" "### ), RocStr::from("H"),