Whoops! Avoid joined test harness output

This commit is contained in:
Adrian Conlon
2024-10-06 15:56:05 +01:00
parent 591290c3f5
commit b6043c3659

View File

@@ -54,6 +54,8 @@ namespace M6502.Test
{
if (disposing)
{
System.Console.Out.WriteLine();
System.Console.Out.WriteLine($"Guest cycles = {this.totalCycles:N0}");
System.Console.Out.WriteLine($"Seconds = {this.ElapsedSeconds}");