diff options
| author | Alexander Potapenko <glider@google.com> | 2014-03-31 10:51:13 +0000 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2014-03-31 10:51:13 +0000 |
| commit | 0315b524445724b909d31b024157860f0abef22c (patch) | |
| tree | 31fd4492ebea6ee175df640f5427fc2e7d724a2d /compiler-rt | |
| parent | 0426176940fd832f9c583ec91e5c104abf21bfb0 (diff) | |
| download | bcm5719-llvm-0315b524445724b909d31b024157860f0abef22c.tar.gz bcm5719-llvm-0315b524445724b909d31b024157860f0abef22c.zip | |
[TSan] Follow-up for r205175: typo fix in the test.
llvm-svn: 205176
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/tsan/fork_multithreaded.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/fork_multithreaded.cc b/compiler-rt/test/tsan/fork_multithreaded.cc index 474b53e425a..cceb83ec201 100644 --- a/compiler-rt/test/tsan/fork_multithreaded.cc +++ b/compiler-rt/test/tsan/fork_multithreaded.cc @@ -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 |

