[compiler-rt] 48bc38f - [NFC][Asan] Fix cpplint warning in test

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 00:42:22 PDT 2020


Author: Vitaly Buka
Date: 2020-10-28T00:38:50-07:00
New Revision: 48bc38f25424927b0511b3c7c561bddfc19b9773

URL: https://github.com/llvm/llvm-project/commit/48bc38f25424927b0511b3c7c561bddfc19b9773
DIFF: https://github.com/llvm/llvm-project/commit/48bc38f25424927b0511b3c7c561bddfc19b9773.diff

LOG: [NFC][Asan] Fix cpplint warning in test

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/strcat-overlap.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/strcat-overlap.cpp b/compiler-rt/test/asan/TestCases/strcat-overlap.cpp
index c9b11babaf87..34aaf68c2476 100644
--- a/compiler-rt/test/asan/TestCases/strcat-overlap.cpp
+++ b/compiler-rt/test/asan/TestCases/strcat-overlap.cpp
@@ -51,4 +51,4 @@ __attribute__((noinline)) void bad_function() {
 int main(int argc, char **argv) {
   bad_function();
   return 0;
-}
\ No newline at end of file
+}


        


More information about the llvm-commits mailing list