From b27521a504cef31aed0bc2e27f68e576793fc562 Mon Sep 17 00:00:00 2001 From: Melefo <42809472+Melefo@users.noreply.github.com> Date: Fri, 7 Feb 2020 14:55:59 +0100 Subject: [PATCH] Removing unnecessary MemoryBus tests template --- tests/testMemoryBus.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tests/testMemoryBus.cpp b/tests/testMemoryBus.cpp index e683a2b..b7c8357 100644 --- a/tests/testMemoryBus.cpp +++ b/tests/testMemoryBus.cpp @@ -392,26 +392,4 @@ Test(BusWrite, WriteSRAM) pair.first.write(0x700009, 123); cr_assert_eq(pair.second.sram->_data[9], 123); -} - -//////////////////////////////////// -// // -// MemoryBus::mapComponents tests // -// // -//////////////////////////////////// - -Test(BusMapping, ) -{ - -} - -//////////////////////////////////////// -// // -// MemoryBus::_mirrorComponents tests // -// // -//////////////////////////////////////// - -Test(BusMirror, ) -{ - } \ No newline at end of file