Skip to content

Commit

Permalink
Merge pull request #2952 from jasjuang:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 324016198
  • Loading branch information
mbxx committed Jul 30, 2020
2 parents 0665afa + 7bde252 commit 6b7770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googletest/include/gtest/internal/gtest-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ class NeverThrown {
class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name) \
: public parent_class { \
public: \
GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() {} \
GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() = default; \
~GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)() override = default; \
GTEST_DISALLOW_COPY_AND_ASSIGN_(GTEST_TEST_CLASS_NAME_(test_suite_name, \
test_name)); \
Expand Down

0 comments on commit 6b7770b

Please sign in to comment.