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
@@ -8,7 +8,7 @@ mod parser;
mod parser_ir;
fn main() {
return crate::backend::test_x86_64();
return crate::arch::x86_64::bin_test();
let mut args = std::env::args();
let Some(path) = args.nth(1) else {
println!("file expected");