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