Removing unnecessary MemoryBus tests template

This commit is contained in:
Melefo
2020-02-07 14:55:59 +01:00
parent 12a5755e11
commit b27521a504
-22
View File
@@ -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, )
{
}