mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-23 06:48:25 +00:00
Removing unnecessary MemoryBus tests template
This commit is contained in:
@@ -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, )
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user