Skip to content

Commit 8fdac32

Browse files
authored
[TSan][Test-Only][Darwin] Fix typo in external.cpp again (#165612)
1 parent 9d1b6ee commit 8fdac32

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)