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