backtrack on emission of unsafe register instructions on internal branches

This commit is contained in:
Mark
2023-06-22 18:28:10 -06:00
parent 0e583d620a
commit 9ea6cb4cab
3 changed files with 39 additions and 44 deletions

View File

@@ -839,12 +839,3 @@ impl BranchMap {
var_data
}
}
#[cfg(test)]
mod tests {
#[test]
fn disjunct_compilation() {
let mut wam = MachineState::new();
let mut op_dir = default_op_dir();
}
}