commit | 6207a38b7dee83329396dcc539cb2d43d171a749 | [log] [tgz] |
---|---|---|
author | Alex Converse <aconverse@google.com> | Wed Mar 12 14:51:42 2014 -0700 |
committer | Alex Converse <aconverse@google.com> | Wed Mar 12 14:51:42 2014 -0700 |
tree | a2c0ceadf78d3328cd8bfa8448fe3b7dab696d99 | |
parent | 5556caf690c54799f0ec04cf3dfe1863234bb69d [diff] [blame] |
Add missing virtual destructors to tests. Change-Id: I916b1e646d9fe142d3483039eb6cc72464529832
diff --git a/test/borders_test.cc b/test/borders_test.cc index 5071541..b30be45 100644 --- a/test/borders_test.cc +++ b/test/borders_test.cc
@@ -21,6 +21,7 @@ public ::libvpx_test::CodecTestWithParam<libvpx_test::TestMode> { protected: BordersTest() : EncoderTest(GET_PARAM(0)) {} + virtual ~BordersTest() {} virtual void SetUp() { InitializeConfig();