mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Disable test generation for commit.
This commit is contained in:
parent
4467eb1c41
commit
f2c2027a8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user