forked from OSchip/llvm-project
[TSan] Follow-up for r205175: typo fix in the test.
llvm-svn: 205176
This commit is contained in:
parent
0426176940
commit
0315b52444
|
@ -34,9 +34,9 @@ int main() {
|
||||||
fprintf(stderr, "OK\n");
|
fprintf(stderr, "OK\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// CHECK-DIE: ThreadSanitizer: starting new threads after muti-threaded fork is not supported
|
// CHECK-DIE: ThreadSanitizer: starting new threads after multi-threaded fork is not supported
|
||||||
// CHECK-DIE: OK
|
// CHECK-DIE: OK
|
||||||
|
|
||||||
// CHECK-NODIE-NOT: ThreadSanitizer: starting new threads after muti-threaded fork is not supported
|
// CHECK-NODIE-NOT: ThreadSanitizer: starting new threads after multi-threaded fork is not supported
|
||||||
// CHECK-NODIE: OK
|
// CHECK-NODIE: OK
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue