mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-07 03:34:55 +00:00
Removing unnecessary MemoryBus tests template
This commit is contained in:
@@ -393,25 +393,3 @@ 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