[compiler-rt] 23a1e9f - [sanitizer] Add new line to the test

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 14:34:23 PDT 2021


Author: Vitaly Buka
Date: 2021-08-25T14:33:06-07:00
New Revision: 23a1e9f70b88984c5361071241d94b1d533c7d48

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

LOG: [sanitizer] Add new line to the test

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Posix/realpath.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/realpath.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/realpath.cpp
index 76b428bccfdf..0a2287dbe044 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/realpath.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/realpath.cpp
@@ -18,4 +18,4 @@ int main(int argc, char *argv[]) {
   printf("REALPATH %s\n", buff2);
   // CHECK: REALPATH /{{.+}}
   free(buff2);
-}
\ No newline at end of file
+}


        


More information about the llvm-commits mailing list