[llvm] 4295c22 - StringExtrasTest.cpp - add missing newline at the end of file. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 11 06:34:47 PDT 2021


Author: Simon Pilgrim
Date: 2021-06-11T14:32:35+01:00
New Revision: 4295c222a8f12f0d97a7c03f884c5d3f7c93aaa0

URL: https://github.com/llvm/llvm-project/commit/4295c222a8f12f0d97a7c03f884c5d3f7c93aaa0
DIFF: https://github.com/llvm/llvm-project/commit/4295c222a8f12f0d97a7c03f884c5d3f7c93aaa0.diff

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

Added: 
    

Modified: 
    llvm/unittests/ADT/StringExtrasTest.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/ADT/StringExtrasTest.cpp b/llvm/unittests/ADT/StringExtrasTest.cpp
index 206392c3a271..3918a35fcef3 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
+}


        


More information about the llvm-commits mailing list