Commit 93bfdde0 by Adrian Moran

Fix issue #1654.

parent ba96d0b1
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment