summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/thread_leak.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/thread_leak.c')
-rw-r--r--compiler-rt/test/tsan/thread_leak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/thread_leak.c b/compiler-rt/test/tsan/thread_leak.c
index 9b42b16b72a..9b850dd4b56 100644
--- a/compiler-rt/test/tsan/thread_leak.c
+++ b/compiler-rt/test/tsan/thread_leak.c
@@ -10,7 +10,7 @@ int main() {
pthread_t t;
pthread_create(&t, 0, Thread, 0);
pthread_join(t, 0);
- fprintf(stderr, "PASS\n");
+ printf("PASS\n");
return 0;
}
OpenPOWER on IntegriCloud