[compiler-rt] 597ecf9 - [msan] [NFC] Add newline to EOF in test.
Mitch Phillips via llvm-commits
llvm-commits at lists.llvm.org
Fri May 14 15:00:34 PDT 2021
Author: Mitch Phillips
Date: 2021-05-14T15:00:00-07:00
New Revision: 597ecf9fb71611ce7c78096cfb0753209d0b05ee
URL: https://github.com/llvm/llvm-project/commit/597ecf9fb71611ce7c78096cfb0753209d0b05ee
DIFF: https://github.com/llvm/llvm-project/commit/597ecf9fb71611ce7c78096cfb0753209d0b05ee.diff
LOG: [msan] [NFC] Add newline to EOF in test.
Added:
Modified:
compiler-rt/test/tsan/compare_exchange.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/tsan/compare_exchange.cpp b/compiler-rt/test/tsan/compare_exchange.cpp
index d48bde86b88ee..a41fea4409d14 100644
--- a/compiler-rt/test/tsan/compare_exchange.cpp
+++ b/compiler-rt/test/tsan/compare_exchange.cpp
@@ -103,4 +103,4 @@ int main() {
// CHECK-REPORT: WARNING: ThreadSanitizer: data race
// CHECK-REPORT: WARNING: ThreadSanitizer: data race
// CHECK-REPORT: DONE
-// CHECK-REPORT: ThreadSanitizer: reported 4 warnings
\ No newline at end of file
+// CHECK-REPORT: ThreadSanitizer: reported 4 warnings
More information about the llvm-commits
mailing list