mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-06 19:32:18 +00:00
Removing unnecessary MemoryBus tests template
This commit is contained in:
@@ -392,26 +392,4 @@ Test(BusWrite, WriteSRAM)
|
|||||||
|
|
||||||
pair.first.write(0x700009, 123);
|
pair.first.write(0x700009, 123);
|
||||||
cr_assert_eq(pair.second.sram->_data[9], 123);
|
cr_assert_eq(pair.second.sram->_data[9], 123);
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////
|
|
||||||
// //
|
|
||||||
// MemoryBus::mapComponents tests //
|
|
||||||
// //
|
|
||||||
////////////////////////////////////
|
|
||||||
|
|
||||||
Test(BusMapping, )
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////
|
|
||||||
// //
|
|
||||||
// MemoryBus::_mirrorComponents tests //
|
|
||||||
// //
|
|
||||||
////////////////////////////////////////
|
|
||||||
|
|
||||||
Test(BusMirror, )
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user