Commit 93bfdde0 authored by Adrian Moran's avatar Adrian Moran
Browse files

Fix issue #1654.


Signed-off-by: default avatarAdrian Moran <amoran@ikerlan.es>
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