]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/tsan/blacklist2.cc
New upstream version 1.12.0+dfsg1
[rustc.git] / src / compiler-rt / test / tsan / blacklist2.cc
index 629b58821bfe1f7074a7600bf4554a329f310a20..bf6c4eb75b654301784269b759ab418f57bd7ca2 100644 (file)
@@ -44,6 +44,6 @@ int main() {
   pthread_create(&t[1], NULL, Blacklisted_Thread2, NULL);
   pthread_join(t[0], NULL);
   pthread_join(t[1], NULL);
-  printf("PASS\n");
+  fprintf(stderr, "PASS\n");
   return 0;
 }