summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-spec-builders.h
diff options
context:
space:
mode:
authorAlyssa Wilk <alyssar@chromium.org>2017-08-10 13:41:09 (GMT)
committerAlyssa Wilk <alyssar@chromium.org>2017-08-10 13:41:09 (GMT)
commit6e1970e2376c14bf658eb88f655a054030353f9f (patch)
treed8803debb6882160b43ef253a5b6033972d9c6d2 /googlemock/include/gmock/gmock-spec-builders.h
parentb322d1d91d92b2e38513f0fc86de9e93314d8006 (diff)
downloadgoogletest-6e1970e2376c14bf658eb88f655a054030353f9f.zip
googletest-6e1970e2376c14bf658eb88f655a054030353f9f.tar.gz
googletest-6e1970e2376c14bf658eb88f655a054030353f9f.tar.bz2
Adding a flag option to change the default mock type
Diffstat (limited to 'googlemock/include/gmock/gmock-spec-builders.h')
-rw-r--r--googlemock/include/gmock/gmock-spec-builders.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-spec-builders.h b/googlemock/include/gmock/gmock-spec-builders.h
index 39f7212..9680244 100644
--- a/googlemock/include/gmock/gmock-spec-builders.h
+++ b/googlemock/include/gmock/gmock-spec-builders.h
@@ -363,7 +363,6 @@ enum CallReaction {
kAllow,
kWarn,
kFail,
- kDefault = kWarn // By default, warn about uninteresting calls.
};
} // namespace internal