From a74ae22110b5b9d2be43f177c4ee488e959ede12 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 21 Apr 2025 16:52:47 -0500 Subject: [PATCH] remove from here too --- tests/instruction_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/instruction_test.rs b/tests/instruction_test.rs index 62d9004..f1d5b61 100644 --- a/tests/instruction_test.rs +++ b/tests/instruction_test.rs @@ -1,5 +1,5 @@ use rush::push::state::EMPTY_STATE; -use rush_macro::{instruction_list, run_instruction}; +use rush_macro::run_instruction; fn iadd(x: i128, y: i128) -> Option { Some(x + y)