disable tests/reg_alloc.rs for now
All checks were successful
/ deps (push) Successful in 17s
/ test (push) Successful in 51m28s

This commit is contained in:
Jacob Lifshay 2025-03-18 17:26:47 -07:00
parent b9d68c0019
commit 921cddbe06
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -1,6 +1,8 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// See Notices.txt for copyright information
#![cfg(todo)]
use cpu::{
config::{CpuConfig, UnitConfig},
instruction::{AddSubMOp, LogicalMOp, MOp, MOpDestReg, MOpRegNum, OutputIntegerMode},