diff --git a/Z80/Z80.HarteTest/ProcessorTestSuite.cs b/Z80/Z80.HarteTest/ProcessorTestSuite.cs index fb4a8d1..fcc9efc 100644 --- a/Z80/Z80.HarteTest/ProcessorTestSuite.cs +++ b/Z80/Z80.HarteTest/ProcessorTestSuite.cs @@ -6,9 +6,6 @@ public IEnumerable OpcodeTests() { - //var pattern = "ed b2.json"; - //var pattern = "04.json"; - //var pattern = "1?.json"; var pattern = "*.json"; foreach (var filename in Directory.EnumerateFiles(this.Location, pattern)) {