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