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:
parent
06c33aee21
commit
e7f674751f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user