Namespace the complete DRAMSys library
This commit is contained in:
@@ -39,5 +39,5 @@
|
||||
|
||||
TEST(testsuite, test)
|
||||
{
|
||||
EXPECT_EQ(Command(Command::Type::ACT).toString(), "ACT");
|
||||
EXPECT_EQ(DRAMSys::Command(DRAMSys::Command::Type::ACT).toString(), "ACT");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user