summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Moran <amoran@ikerlan.es>2018-07-11 14:59:01 +0200
committerAdrian Moran <amoran@ikerlan.es>2018-07-11 14:59:01 +0200
commit93bfdde0eeac83fb51b856dc4dc9c38c408b0ee0 (patch)
tree2d8a14823016b7016dfa5289b5715a7c417798cb
parentba96d0b1161f540656efdaed035b3c062b60e006 (diff)
downloadgoogletest-93bfdde0eeac83fb51b856dc4dc9c38c408b0ee0.tar.gz
googletest-93bfdde0eeac83fb51b856dc4dc9c38c408b0ee0.zip
Fix issue #1654.
Signed-off-by: Adrian Moran <amoran@ikerlan.es>
-rw-r--r--googlemock/test/gmock_ex_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/googlemock/test/gmock_ex_test.cc b/googlemock/test/gmock_ex_test.cc
index 3afed86a..8c83890f 100644
--- a/googlemock/test/gmock_ex_test.cc
+++ b/googlemock/test/gmock_ex_test.cc
@@ -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 {
OpenPOWER on IntegriCloud