mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-11-01 02:16:13 +00:00
Tidy up test harnesses
This commit is contained in:
@@ -11,12 +11,10 @@ namespace M6502.Test
|
||||
var configuration = new Configuration();
|
||||
|
||||
#if DEBUG
|
||||
configuration.DebugMode;
|
||||
configuration.DebugMode = false;
|
||||
#endif
|
||||
using (var harness = new TestHarness(configuration))
|
||||
{
|
||||
harness.Run();
|
||||
}
|
||||
var harness = new TestHarness(configuration);
|
||||
harness.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user