Refactor test files: remove unused namespaces and improve include organization for clarity

This commit is contained in:
scawful
2024-12-30 08:01:03 -05:00
parent 6699c4e605
commit ed0121dd45
12 changed files with 23 additions and 58 deletions

View File

@@ -10,7 +10,6 @@
namespace yaze {
namespace emu {
namespace memory {
/**
* @brief Mock CPU class for testing
@@ -220,8 +219,7 @@ class MockMemory : public Memory {
uint16_t SP_ = 0x01FF;
};
} // namespace memory
} // namespace emu
} // namespace yaze
#endif // YAZE_TEST_MOCK_MOCK_MEMORY_H
#endif // YAZE_TEST_MOCK_MOCK_MEMORY_H