move x86_64 bin test

This commit is contained in:
2026-06-06 21:31:14 -04:00
parent a3f934be21
commit ba706ebb73
6 changed files with 9 additions and 7 deletions
-2
View File
@@ -2,8 +2,6 @@ mod elf;
mod ir;
mod link;
mod test;
pub use ir::*;
pub use link::*;
pub use test::*;