aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-04-29 23:52:29 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-04-29 23:52:29 +0000
commitbf0d0a44812f97449d7401d0eeb8da954f76ba2a (patch)
treec1366fc958a7ac54295ebe2543f33e2f72e26f26 /src
parentdf35a763b9d98d7040a00fc1e5cffe91a80ba9e0 (diff)
downloadgoogletest-bf0d0a44812f97449d7401d0eeb8da954f76ba2a.tar.gz
googletest-bf0d0a44812f97449d7401d0eeb8da954f76ba2a.tar.bz2
googletest-bf0d0a44812f97449d7401d0eeb8da954f76ba2a.zip
Turns --gmock_catch_leaked_mocks on by default.
Diffstat (limited to 'src')
-rw-r--r--src/gmock.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gmock.cc b/src/gmock.cc
index dc9d3d22..caafb015 100644
--- a/src/gmock.cc
+++ b/src/gmock.cc
@@ -37,9 +37,7 @@ namespace testing {
// TODO(wan@google.com): support using environment variables to
// control the flag values, like what Google Test does.
-// TODO(wan@google.com): change the default value to true after people
-// have a chance to fix their leaked mocks.
-GMOCK_DEFINE_bool_(catch_leaked_mocks, false,
+GMOCK_DEFINE_bool_(catch_leaked_mocks, true,
"true iff Google Mock should report leaked mock objects "
"as failures.");