1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Introduce test case for fill mode.

This commit is contained in:
Thomas Harte 2021-10-31 14:08:37 -07:00
parent 4c1ab6ff25
commit 9cded1e92c
2 changed files with 94485 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -231,4 +231,8 @@ using WriteVector = std::vector<std::pair<uint32_t, uint16_t>>;
[self testCase:@"RAM disk open"];
}
- (void)testSpots {
[self testCase:@"spots"];
}
@end