1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Corrects test.

This commit is contained in:
Thomas Harte 2019-10-27 21:30:58 -04:00
parent 0fc191c87d
commit 1aba1db62c

View File

@ -23,7 +23,8 @@
- (void)setUp {
// Put setup code here. This method is called before the invocation of each test method in the class.
_video.reset(new Apple::Macintosh::Video(_ram, _dummy_audio, _dummy_drive_speed_accumulator));
_video.reset(new Apple::Macintosh::Video(_dummy_audio, _dummy_drive_speed_accumulator));
_video->set_ram(_ram, sizeof(_ram) - 1);
}
- (void)testPrediction {