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
+1 -1
View File
@@ -1,7 +1,6 @@
mod asm;
mod encode;
mod reg;
#[cfg(test)]
mod test;
use crate::{
@@ -13,6 +12,7 @@ use crate::{
pub use asm::*;
pub use encode::*;
pub use reg::*;
pub use test::bin::run as bin_test;
pub struct X86_64;