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:
parent
b871c5c8a1
commit
e36a7e7583
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user