From be23bb71667745a06c9b4950a68fd1e45365d0f3 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 13 Jan 2018 15:57:02 -0600 Subject: [PATCH] Remove unneeded test stub --- tests/apple2.dbuf.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/apple2.dbuf.c b/tests/apple2.dbuf.c index 1a98043..fe3e275 100644 --- a/tests/apple2.dbuf.c +++ b/tests/apple2.dbuf.c @@ -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) -{ -}