Make Patient the default Mode in test::emulator

This commit is contained in:
Héctor Ramón Jiménez 2025-06-13 15:48:00 +02:00
parent 623bae7fc0
commit df3ca30660
No known key found for this signature in database
GPG key ID: 4C07CEC81AFA161F

View file

@ -266,8 +266,8 @@ impl<P: Program + 'static> Emulator<P> {
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
pub enum Mode {
Patient,
#[default]
Patient,
Impatient,
}