More analsys changes

This commit is contained in:
Adrian Conlon
2024-10-09 22:47:37 +01:00
parent 3cbc7f32d2
commit 4cd689350e
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ namespace M6502.Test
var configuration = new Configuration();
#if DEBUG
configuration.DebugMode = true;
configuration.DebugMode;
#endif
using (var harness = new TestHarness(configuration))
{