1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Github access test: remove unnecessary whitespaces.

This commit is contained in:
Ying Yi 2020-05-15 14:11:18 +01:00
parent 06c33aee21
commit e7f674751f

View File

@ -72,7 +72,7 @@ TEST(MapVectorTest, insert_pop) {
ASSERT_NE(R.first, MV.end());
EXPECT_EQ(R.first->first, 4);
EXPECT_EQ(R.first->second, 7);
EXPECT_TRUE(R.second);
EXPECT_TRUE(R.second);
EXPECT_EQ(MV.size(), 2u);
EXPECT_EQ(MV[1], 2);