1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-08-20 09:29:01 +00:00

Remove unneeded test stub

This commit is contained in:
Peter Evans 2018-01-13 15:57:02 -06:00
parent cadc19b3e5
commit be23bb7166

View File

@ -63,7 +63,3 @@ Test(apple2_dbuf, read)
cr_assert_eq(mach->main->memory[0x2000], 234);
cr_assert_eq(mach->aux->memory[0x2000], 234);
}
Test(apple2_dbuf, write)
{
}