mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix MRU test compilation
Originally committed to SVN as r5901.
This commit is contained in:
parent
893ec95841
commit
3c9864e888
@ -91,7 +91,7 @@ TEST_F(lagi_mru, MRUAddSeveral) {
|
||||
EXPECT_STREQ("/file/3", (*entry++).c_str());
|
||||
EXPECT_STREQ("/file/1", (*entry++).c_str());
|
||||
EXPECT_STREQ("/file/2", (*entry++).c_str());
|
||||
EXPECT_EQ(mru.Get("Valid")->end(), entry);
|
||||
EXPECT_TRUE(mru.Get("Valid")->end() == entry);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user