[compiler-rt] 8fdac32 - [TSan][Test-Only][Darwin] Fix typo in external.cpp again (#165612)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 29 12:56:12 PDT 2025


Author: Dan Blackwell
Date: 2025-10-29T12:56:08-07:00
New Revision: 8fdac3282c51da7475503c7f67e6ebdd670ef5e0

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

LOG: [TSan][Test-Only][Darwin] Fix typo in external.cpp again (#165612)

Added: 
    

Modified: 
    compiler-rt/test/tsan/Darwin/external.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/tsan/Darwin/external.cpp b/compiler-rt/test/tsan/Darwin/external.cpp
index 8372a1eb125f3..bf189eb1d6b5b 100644
--- a/compiler-rt/test/tsan/Darwin/external.cpp
+++ b/compiler-rt/test/tsan/Darwin/external.cpp
@@ -70,7 +70,7 @@ int main(int argc, char *argv[]) {
   // TEST3: WARNING: ThreadSanitizer: race on MyLibrary::MyObject
   // TEST3: {{Modifying|Read-only}} access of MyLibrary::MyObject at
   // TEST3: {{ObjectWrite|ObjectRead}}
-  // TEST3: Previous {{modifying|Read-only}} access of MyLibrary::MyObject at
+  // TEST3: Previous {{modifying|read-only}} access of MyLibrary::MyObject at
   // TEST3: {{ObjectWrite|ObjectRead}}
   // TEST3: Location is MyLibrary::MyObject of size 16 at
   // TEST3: {{ObjectCreate}}


        


More information about the llvm-commits mailing list