"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "cb2b1640b277dd9ba2f411cc830682f28bfdaa45"
Unverified Commit cc05a3ca authored by Piotr Paczkowski (trzeci.eu)'s avatar Piotr Paczkowski (trzeci.eu) Committed by GitHub
Browse files

Define default destructor for test classes

parent 05701fee
......@@ -1389,6 +1389,7 @@ constexpr bool InstantiateTypedTestCase_P_IsDeprecated() { return true; }
: public parent_class { \
public: \
GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() {} \
~GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() = default; \
GTEST_DISALLOW_COPY_AND_ASSIGN_(GTEST_TEST_CLASS_NAME_(test_suite_name, \
test_name)); \
GTEST_DISALLOW_MOVE_AND_ASSIGN_(GTEST_TEST_CLASS_NAME_(test_suite_name, \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment