summaryrefslogtreecommitdiff
path: root/test/tsan/fd_close_norace2.cc
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-03-02 11:54:07 +0000
committerRenato Golin <renato.golin@linaro.org>2016-03-02 11:54:07 +0000
commit84bad62c11d3e68144a37de0bf44cfcf2ebb9aa7 (patch)
tree7d873715b80059db93dfd2081cf61f2d5677f8ca /test/tsan/fd_close_norace2.cc
parentf4faa6e4febbc20e71d0a625020b4f1c3237070e (diff)
Revert "[RT] Make tsan tests more portable"
This reverts commit r262476, as it broken the AArch64 VMA42 buildbot. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/fd_close_norace2.cc')
-rw-r--r--test/tsan/fd_close_norace2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/fd_close_norace2.cc b/test/tsan/fd_close_norace2.cc
index 382ae5f34..bf94fd551 100644
--- a/test/tsan/fd_close_norace2.cc
+++ b/test/tsan/fd_close_norace2.cc
@@ -23,7 +23,7 @@ int main() {
while (write(pipes[1], &t, 1) != 1) {
}
pthread_join(t, 0);
- fprintf(stderr, "OK\n");
+ printf("OK\n");
}
// CHECK-NOT: WARNING: ThreadSanitizer: data race