Make Patient the default Mode in test::emulator
This commit is contained in:
parent
623bae7fc0
commit
df3ca30660
1 changed files with 1 additions and 1 deletions
|
|
@ -266,8 +266,8 @@ impl<P: Program + 'static> Emulator<P> {
|
|||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
|
||||
pub enum Mode {
|
||||
Patient,
|
||||
#[default]
|
||||
Patient,
|
||||
Impatient,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue