1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +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
// A generator for tests; not intended to be a permanent fixture.
- (void)testGenerate {
[[[TestGenerator alloc] init] generate];
}
//- (void)testGenerate {
// [[[TestGenerator alloc] init] generate];
//}
@end