diff options
author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-07-26 18:23:40 +0000 |
---|---|---|
committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-07-26 18:23:40 +0000 |
commit | a7c9fe3762de3701bf6aea68fec382a046288353 (patch) | |
tree | b1fd67fe9ef527c6955536e37f5abe6346459859 /clang/unittests/Basic/VirtualFileSystemTest.cpp | |
parent | 3a0e9b37f3b592722b39d867404e62bf45bb786b (diff) | |
download | llvm-a7c9fe3762de3701bf6aea68fec382a046288353.zip llvm-a7c9fe3762de3701bf6aea68fec382a046288353.tar.gz llvm-a7c9fe3762de3701bf6aea68fec382a046288353.tar.bz2 |
[test] Use printf instead of C++ iostream, NFC.
This test fails with libc++ when built with MemorySanitizer. This
is because we link to an uninstrumented version of the library
so msan detects a nested error when calling std::cout << "...".
This can be easily avoided by using good old printf.
Differential Revision: https://reviews.llvm.org/D49867
llvm-svn: 338053
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions