Abseil Team 9dce5e5d87 Googletest export
Use override instead of virtual for destructor

https://google.github.io/styleguide/cppguide.html says: "Explicitly annotate overrides of virtual functions or virtual destructors with exactly one of an override or (less frequently) final specifier. Do not use virtual when declaring an override". The mocked class _should_ have a virtual destructor most of the times.

PiperOrigin-RevId: 342082140
2020-11-13 10:57:24 -05:00
..
2020-10-14 18:27:07 -04:00
2020-11-13 10:57:24 -05:00
2020-10-14 18:26:41 -04:00
2020-08-12 02:41:20 -04:00
2020-10-12 06:23:18 +01:00