summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/blacklist.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/blacklist.cc')
-rw-r--r--compiler-rt/test/tsan/blacklist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/blacklist.cc b/compiler-rt/test/tsan/blacklist.cc
index d6ca383cb75..c1bcca60d50 100644
--- a/compiler-rt/test/tsan/blacklist.cc
+++ b/compiler-rt/test/tsan/blacklist.cc
@@ -23,7 +23,7 @@ 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;
}
OpenPOWER on IntegriCloud