Introduce tester feature flag
This commit is contained in:
parent
ed528c9c53
commit
1821dc7ff0
13 changed files with 488 additions and 640 deletions
|
|
@ -30,6 +30,7 @@ where
|
|||
}
|
||||
|
||||
pub fn rewind(&mut self, program: &P, message: usize) {
|
||||
crate::debug::disable();
|
||||
let (mut state, _) = program.boot();
|
||||
|
||||
if message < self.messages.len() {
|
||||
|
|
@ -40,7 +41,6 @@ where
|
|||
}
|
||||
|
||||
self.state = Some(state);
|
||||
crate::debug::disable();
|
||||
}
|
||||
|
||||
pub fn go_to_present(&mut self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue