From 041eb79bf87684776b9ca585d59db6551392d241 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 27 Oct 2022 10:52:26 -0400 Subject: [PATCH] Move 68010 up into the verified area. --- OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm b/OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm index eec538f81..fff27d1af 100644 --- a/OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm +++ b/OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm @@ -73,16 +73,15 @@ template void test(NSString *filename, Class cls) { test(@"68000ops", [self class]); } +- (void)test68010 { + test(@"68010ops", [self class]); +} /* TODO: generate new reference JSONs for tests below here. For now these are here for manual verification of the diffs. */ -- (void)test68010 { - test(@"68010ops", [self class]); -} - - (void)test68020 { test(@"68010ops", [self class]); }