diff options
| author | Renato Golin <renato.golin@linaro.org> | 2016-04-14 13:31:22 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2016-04-14 13:31:22 +0000 |
| commit | 37e64f352cfa9f3ab48f81181b9385694d090235 (patch) | |
| tree | 02fa8eb4641efe5b4a15b3c494a18ad30f24a446 /compiler-rt/test/tsan/dl_iterate_phdr.cc | |
| parent | ee741cfa5f9c8f38dbbc0aacd2a24c439bf294bc (diff) | |
| download | bcm5719-llvm-37e64f352cfa9f3ab48f81181b9385694d090235.tar.gz bcm5719-llvm-37e64f352cfa9f3ab48f81181b9385694d090235.zip | |
Revert "Make tsan tests more portable (take 2)"
This reverts commit r266294, as it broke some buildbots again. :/
llvm-svn: 266300
Diffstat (limited to 'compiler-rt/test/tsan/dl_iterate_phdr.cc')
| -rw-r--r-- | compiler-rt/test/tsan/dl_iterate_phdr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/dl_iterate_phdr.cc b/compiler-rt/test/tsan/dl_iterate_phdr.cc index 3c9821bf458..b9ce615f82f 100644 --- a/compiler-rt/test/tsan/dl_iterate_phdr.cc +++ b/compiler-rt/test/tsan/dl_iterate_phdr.cc @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) { dlclose(lib); } pthread_join(th, 0); - fprintf(stderr, "DONE\n"); + printf("DONE\n"); return 0; } |

