[compiler-rt] d39d932 - [NFC] New line in test

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 10:56:11 PDT 2023


Author: Vitaly Buka
Date: 2023-05-24T10:56:05-07:00
New Revision: d39d93288ed92a821d39a364b2ae119c0d8b398f

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

LOG: [NFC] New line in test

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/allocator_interface.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/allocator_interface.cpp b/compiler-rt/test/sanitizer_common/TestCases/allocator_interface.cpp
index e086a3c369c8..cbd18222f239 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/allocator_interface.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/allocator_interface.cpp
@@ -46,4 +46,4 @@ int main(int argc, char **argv) {
   t.join();
 
   return 0;
-}
\ No newline at end of file
+}


        


More information about the llvm-commits mailing list