Add an extra couple of blank lines to separate the information messages in the test harness.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-02-21 01:11:07 +00:00
parent c0aa7c5ff5
commit b7fbb80018

View File

@ -50,7 +50,7 @@ namespace Z80.Test
{
if (disposing)
{
System.Console.Out.WriteLine($"Guest cycles = {this.totalCycles}");
System.Console.Out.WriteLine($"\n\nGuest cycles = {this.totalCycles}");
System.Console.Out.WriteLine($"Seconds = {this.timer.ElapsedMilliseconds / 1000.0}");
}