summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest-param-test.h
diff options
context:
space:
mode:
authorPeter Barker <pbarker@barker.dropbear.id.au>2019-08-15 23:40:45 (GMT)
committerPeter Barker <pbarker@barker.dropbear.id.au>2019-09-25 01:10:09 (GMT)
commit2460f97152c93cdbc6c1d5cceba1265e89921579 (patch)
treeb5aea7bef3ca7d1bd71420f169548bd565d7ffd2 /googletest/include/gtest/gtest-param-test.h
parentf2fb48c3b3d79a75a88a99fba6576b25d42ec528 (diff)
downloadgoogletest-2460f97152c93cdbc6c1d5cceba1265e89921579.zip
googletest-2460f97152c93cdbc6c1d5cceba1265e89921579.tar.gz
googletest-2460f97152c93cdbc6c1d5cceba1265e89921579.tar.bz2
Add many missing override keywordsrefs/pull/2475/head
This helps corrects builds with -Werror=suggest-overrides
Diffstat (limited to 'googletest/include/gtest/gtest-param-test.h')
-rw-r--r--googletest/include/gtest/gtest-param-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-param-test.h b/googletest/include/gtest/gtest-param-test.h
index c2e6eae..e1135e9 100644
--- a/googletest/include/gtest/gtest-param-test.h
+++ b/googletest/include/gtest/gtest-param-test.h
@@ -416,7 +416,7 @@ internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) {
: public test_suite_name { \
public: \
GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() {} \
- virtual void TestBody(); \
+ void TestBody() override; \
\
private: \
static int AddToRegistry() { \