From fc2b0470a39e67ca796f796eee5a6a7ec6e93fd0 Mon Sep 17 00:00:00 2001 From: Adrian Conlon <98398945+AdrianConlon@users.noreply.github.com> Date: Thu, 8 May 2025 22:01:19 +0100 Subject: [PATCH] Remove test patterns --- Z80/Z80.HarteTest/ProcessorTestSuite.cs | 3 --- 1 file changed, 3 deletions(-) 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)) {