Skip to content

Commit cb29929

Browse files
author
sammccall
committed
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer@369527 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 9431573 commit cb29929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FuzzerUnittest.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// with ASan) involving C++ standard library types when using libcxx.
77
#define _LIBCPP_HAS_NO_ASAN
88

9-
// Do not attempt to use LLVM ostream from gtest.
10-
#define GTEST_NO_LLVM_RAW_OSTREAM 1
9+
// Do not attempt to use LLVM ostream etc from gtest.
10+
#define GTEST_NO_LLVM_SUPPORT 1
1111

1212
#include "FuzzerCorpus.h"
1313
#include "FuzzerDictionary.h"

0 commit comments

Comments
 (0)