move x86_64 bin test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
pub mod bin;
|
||||
#[cfg(test)]
|
||||
mod reg;
|
||||
#[cfg(test)]
|
||||
use super::*;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
pub mod bin;
|
||||
#[cfg(test)]
|
||||
mod reg;
|
||||
#[cfg(test)]
|
||||
use super::*;
|
||||