1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Add missing paramter.

This commit is contained in:
Thomas Harte 2022-08-08 11:01:07 -04:00
parent 0d540fd211
commit 8d34d9a06a

View File

@ -270,7 +270,7 @@ struct Chipset {
}
- (void)testSpindizzyWorlds {
[self testCase:@"Spindizzy Worlds"];
[self testCase:@"Spindizzy Worlds" capturedAllBusActivity:YES];
}
- (void)testSequencer {