[TSan] Follow-up for r205175: typo fix in the test.

llvm-svn: 205176
This commit is contained in:
Alexander Potapenko 2014-03-31 10:51:13 +00:00
parent 0426176940
commit 0315b52444
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@ int main() {
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-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