1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-18 16:30:29 +00:00

Disable test generation for commit.

This commit is contained in:
Thomas Harte 2022-06-24 16:50:23 -04:00
parent 4467eb1c41
commit f2c2027a8c

View File

@ -295,8 +295,8 @@ void print_ram(FILE *file, const std::unordered_map<uint32_t, uint8_t> &data) {
@implementation WDC65816ComparativeTests @implementation WDC65816ComparativeTests
// A generator for tests; not intended to be a permanent fixture. // A generator for tests; not intended to be a permanent fixture.
- (void)testGenerate { //- (void)testGenerate {
[[[TestGenerator alloc] init] generate]; // [[[TestGenerator alloc] init] generate];
} //}
@end @end