third_party.pigweed.src/pw_unit_test/public
Keir Mierle 2b0e008a75 pw_unit_test: Clang fixes
This makes two tweaks to enable compiling with Clang on the desktop:
- Switch from (&function_pointer) to (*function_pointer) style.
- Make destructor final in derived test class to prevent warning from
  the "-Wdelete-non-abstract-non-virtual-dtor" flag.

Change-Id: Ic1783e41ee8092a5ad218ebdb48376742f85ff50
2019-11-08 00:01:49 -08:00
..
gtest Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
pw_unit_test pw_unit_test: Clang fixes 2019-11-08 00:01:49 -08:00