Move the TestCodeSink functionality to MachBufferFinalized

This commit is contained in:
bjorn3
2022-01-11 14:40:53 +01:00
parent 1ef0abb12c
commit 88baac4ca6
7 changed files with 15 additions and 93 deletions

View File

@@ -76,9 +76,6 @@ pub mod unwind;
mod call_conv;
#[cfg(test)]
mod test_utils;
/// Returns a builder that can create a corresponding `TargetIsa`
/// or `Err(LookupError::SupportDisabled)` if not enabled.
macro_rules! isa_builder {