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

Alexander Potapenko glider at google.com
Mon Mar 31 03:51:13 PDT 2014


Author: glider
Date: Mon Mar 31 05:51:13 2014
New Revision: 205176

URL: http://llvm.org/viewvc/llvm-project?rev=205176&view=rev
Log:
[TSan] Follow-up for r205175: typo fix in the test.

Modified:
    compiler-rt/trunk/test/tsan/fork_multithreaded.cc

Modified: compiler-rt/trunk/test/tsan/fork_multithreaded.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/fork_multithreaded.cc?rev=205176&r1=205175&r2=205176&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/fork_multithreaded.cc (original)
+++ compiler-rt/trunk/test/tsan/fork_multithreaded.cc Mon Mar 31 05:51:13 2014
@@ -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
 





More information about the llvm-commits mailing list