Signed-off-by: Adrian Moran <amoran@ikerlan.es>
This commit is contained in:
Adrian Moran 2018-07-11 14:59:01 +02:00
parent ba96d0b116
commit 93bfdde0ee

View File

@ -37,7 +37,9 @@
namespace {
using testing::HasSubstr;
#if GTEST_HAS_EXCEPTIONS
using testing::internal::GoogleTestFailureException;
#endif
// A type that cannot be default constructed.
class NonDefaultConstructible {