summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/tests
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2019-08-21 13:56:29 +0000
committerSam McCall <sam.mccall@gmail.com>2019-08-21 13:56:29 +0000
commita451156bb6ceb3700f6ea42e47e9a95d67723318 (patch)
tree4227645ea627fffc6f82efaaec49e7573e954211 /compiler-rt/lib/fuzzer/tests
parent4d668a1f077d1ddea6130c52f793817063046b68 (diff)
downloadbcm5719-llvm-a451156bb6ceb3700f6ea42e47e9a95d67723318.tar.gz
bcm5719-llvm-a451156bb6ceb3700f6ea42e47e9a95d67723318.zip
reland [gtest] Fix printing of StringRef and SmallString in assert messages.
Renames GTEST_NO_LLVM_RAW_OSTREAM -> GTEST_NO_LLVM_SUPPORT and guards the new features behind it. This reverts commit a063bcf3ef5a879adbe9639a3c187d876eee0e66. llvm-svn: 369527
Diffstat (limited to 'compiler-rt/lib/fuzzer/tests')
-rw-r--r--compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp b/compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
index abb203d5140..7fc4b9a55b0 100644
--- a/compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
+++ b/compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
@@ -6,8 +6,8 @@
// with ASan) involving C++ standard library types when using libcxx.
#define _LIBCPP_HAS_NO_ASAN
-// Do not attempt to use LLVM ostream from gtest.
-#define GTEST_NO_LLVM_RAW_OSTREAM 1
+// Do not attempt to use LLVM ostream etc from gtest.
+#define GTEST_NO_LLVM_SUPPORT 1
#include "FuzzerCorpus.h"
#include "FuzzerDictionary.h"
OpenPOWER on IntegriCloud