Skip to content

Commit a2b7896

Browse files
committed
[TSan][Test-Only][Darwin] Fix typo in external.cpp again
In 2ecb748 I made an adjustment to the FileCheck for the external.cpp test; unfortunately I corrected both instances of read-only to Read-only when it should have just been the first. This patch fixes it. rdar://160818196
1 parent 7b98280 commit a2b7896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int main(int argc, char *argv[]) {
7070
// TEST3: WARNING: ThreadSanitizer: race on MyLibrary::MyObject
7171
// TEST3: {{Modifying|Read-only}} access of MyLibrary::MyObject at
7272
// TEST3: {{ObjectWrite|ObjectRead}}
73-
// TEST3: Previous {{modifying|Read-only}} access of MyLibrary::MyObject at
73+
// TEST3: Previous {{modifying|read-only}} access of MyLibrary::MyObject at
7474
// TEST3: {{ObjectWrite|ObjectRead}}
7575
// TEST3: Location is MyLibrary::MyObject of size 16 at
7676
// TEST3: {{ObjectCreate}}

0 commit comments

Comments
 (0)