summaryrefslogtreecommitdiff
path: root/test/tsan/sunrpc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/sunrpc.cc')
-rw-r--r--test/tsan/sunrpc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/sunrpc.cc b/test/tsan/sunrpc.cc
index 579816d64..5cfb5344e 100644
--- a/test/tsan/sunrpc.cc
+++ b/test/tsan/sunrpc.cc
@@ -19,7 +19,7 @@ int main(int argc, char *argv[]) {
pthread_create(&th[1], 0, thr, 0);
pthread_join(th[0], 0);
pthread_join(th[1], 0);
- printf("DONE\n");
+ fprintf(stderr, "DONE\n");
// CHECK: DONE
return 0;
}