diff --git a/compiler/test_gen/src/gen_compare.rs b/compiler/test_gen/src/gen_compare.rs index 86c4838f7f..99bd2649a6 100644 --- a/compiler/test_gen/src/gen_compare.rs +++ b/compiler/test_gen/src/gen_compare.rs @@ -1,18 +1,8 @@ -#[macro_use] -extern crate pretty_assertions; -#[macro_use] -extern crate indoc; - -extern crate bumpalo; -extern crate inkwell; -extern crate libc; -extern crate roc_gen; - -#[macro_use] -mod helpers; - #[cfg(test)] mod gen_compare { + use crate::assert_evals_to; + use crate::assert_llvm_evals_to; + use indoc::indoc; #[test] fn eq_i64() {