move x86_64 bin test
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user