From 4295c222a8f12f0d97a7c03f884c5d3f7c93aaa0 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 11 Jun 2021 14:27:04 +0100 Subject: [PATCH] StringExtrasTest.cpp - add missing newline at the end of file. NFCI. --- llvm/unittests/ADT/StringExtrasTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/unittests/ADT/StringExtrasTest.cpp b/llvm/unittests/ADT/StringExtrasTest.cpp index 206392c..3918a35 100644 --- a/llvm/unittests/ADT/StringExtrasTest.cpp +++ b/llvm/unittests/ADT/StringExtrasTest.cpp @@ -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"); -} \ No newline at end of file +} -- 2.7.4