aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-spec-builders.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-29 23:59:32 -0400
committerGitHub <noreply@github.com>2017-08-29 23:59:32 -0400
commit5bd8e832177f578a6393417665d08953d9552e67 (patch)
tree49b70f98965727a2aabe03e552e4585160966a49 /googlemock/include/gmock/gmock-spec-builders.h
parentdaaed2b6cb7ba4165636a7de20a691e4e78a7d38 (diff)
parent298cd5e9c4230d35b7420f0ceec144c6e2cff57c (diff)
downloadgoogletest-5bd8e832177f578a6393417665d08953d9552e67.tar.gz
googletest-5bd8e832177f578a6393417665d08953d9552e67.tar.bz2
googletest-5bd8e832177f578a6393417665d08953d9552e67.zip
Merge branch 'master' into hethi/fix-typo
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 39f72129..96802444 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