1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

StringExtrasTest.cpp - add missing newline at the end of file. NFCI.

This commit is contained in:
Simon Pilgrim 2021-06-11 14:27:04 +01:00
parent b871c5c8a1
commit e36a7e7583

View File

@ -273,4 +273,4 @@ TEST(StringExtrasTest, toStringAPSInt) {
EXPECT_EQ(toString(APSInt(APInt(8, 255), isUnsigned), 8), "-1");
EXPECT_EQ(toString(APSInt(APInt(8, 255), isUnsigned), 10), "-1");
EXPECT_EQ(toString(APSInt(APInt(8, 255), isUnsigned), 16), "-1");
}
}