diff options
Diffstat (limited to 'compiler-rt/lib/tsan/go/test.c')
-rw-r--r-- | compiler-rt/lib/tsan/go/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/go/test.c b/compiler-rt/lib/tsan/go/test.c index 5ef81be96c9..a9a5b3dbfca 100644 --- a/compiler-rt/lib/tsan/go/test.c +++ b/compiler-rt/lib/tsan/go/test.c @@ -46,7 +46,6 @@ int main(void) { __tsan_read(0, buf, 0); __tsan_free(buf); __tsan_func_exit(0); - printf("OK\n"); __tsan_fini(); return 0; } |