diff options
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2020-04-16 15:58:34 -0400 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2020-04-23 22:22:34 -0400 |
commit | 11b3cec177b1b655148b8352096a3cff10be62d2 (patch) | |
tree | 26098d01ba8416f7e2ab9b77b601dae7c2d22e53 /test/gtest_xml_test_utils.py | |
parent | 766ac2e1a413e87d42d67e3286c70f0af4853679 (diff) | |
download | googletest-11b3cec177b1b655148b8352096a3cff10be62d2.tar.gz googletest-11b3cec177b1b655148b8352096a3cff10be62d2.tar.bz2 googletest-11b3cec177b1b655148b8352096a3cff10be62d2.zip |
Fix a -Wdeprecated warning.
gmock-spec-builders.h:503:3: error:
definition of implicit copy constructor for 'Expectation' is deprecated
because it has a user-declared destructor [-Werror,-Wdeprecated]
~Expectation();
^
Diffstat (limited to 'test/gtest_xml_test_utils.py')
0 files changed, 0 insertions, 0 deletions