diff options
Diffstat (limited to 'compiler-rt/test/tsan/fd_socket_connect_norace.cc')
| -rw-r--r-- | compiler-rt/test/tsan/fd_socket_connect_norace.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/fd_socket_connect_norace.cc b/compiler-rt/test/tsan/fd_socket_connect_norace.cc index b9fb4340ad7..ab2a950f17d 100644 --- a/compiler-rt/test/tsan/fd_socket_connect_norace.cc +++ b/compiler-rt/test/tsan/fd_socket_connect_norace.cc @@ -38,7 +38,7 @@ int main() { pthread_join(t, 0); close(c); close(s); - fprintf(stderr, "OK\n"); + printf("OK\n"); } // CHECK-NOT: WARNING: ThreadSanitizer: data race |

