remove outdated tests

This commit is contained in:
scawful
2024-08-11 13:10:22 -04:00
parent e869ccdb44
commit 3a41fa424e
3 changed files with 0 additions and 24 deletions

View File

@@ -4,7 +4,6 @@
#include <gtest/gtest.h>
namespace yaze_test {
namespace rom_test {
using yaze::app::Rom;
@@ -18,5 +17,4 @@ TEST_F(RomTest, RomTest) {
EXPECT_EQ(rom_.data(), nullptr);
}
} // namespace rom_test
} // namespace yaze_test