From 957663f5d483b1abaa3f5af25e32c274218319d5 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 27 Feb 2023 21:00:26 +0100 Subject: Move prelude to crate level and make public --- tests/mov.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/mov.rs') diff --git a/tests/mov.rs b/tests/mov.rs index fce50a1..903bd5f 100644 --- a/tests/mov.rs +++ b/tests/mov.rs @@ -1,6 +1,4 @@ -use juicebox_asm::Asm; -use juicebox_asm::MemOp; -use juicebox_asm::{Imm16, Imm32, Imm64, Imm8}; +use juicebox_asm::prelude::*; use juicebox_asm::{Reg16::*, Reg32::*, Reg64::*, Reg8::*}; macro_rules! mov { -- cgit v1.2.3