diff options
| author | Renato Golin <renato.golin@linaro.org> | 2016-03-02 11:54:07 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2016-03-02 11:54:07 +0000 |
| commit | 54d6eaa3630851b40fe93b5bef83667834403fe2 (patch) | |
| tree | aa6b023b444b96632084beb722acdf29b29249a2 /compiler-rt/test/tsan/static_init5.cc | |
| parent | c02b72627a57f7de893ccf675d01e09a53a24b92 (diff) | |
| download | bcm5719-llvm-54d6eaa3630851b40fe93b5bef83667834403fe2.tar.gz bcm5719-llvm-54d6eaa3630851b40fe93b5bef83667834403fe2.zip | |
Revert "[RT] Make tsan tests more portable"
This reverts commit r262476, as it broken the AArch64 VMA42 buildbot.
llvm-svn: 262479
Diffstat (limited to 'compiler-rt/test/tsan/static_init5.cc')
| -rw-r--r-- | compiler-rt/test/tsan/static_init5.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/static_init5.cc b/compiler-rt/test/tsan/static_init5.cc index b334981e85b..961e3a3b632 100644 --- a/compiler-rt/test/tsan/static_init5.cc +++ b/compiler-rt/test/tsan/static_init5.cc @@ -36,7 +36,7 @@ int main() { pthread_create(&t[1], 0, Thread1, 0); pthread_join(t[0], 0); pthread_join(t[1], 0); - fprintf(stderr, "PASS\n"); + printf("PASS\n"); } // CHECK-NOT: WARNING: ThreadSanitizer: data race |

