| 198 | // ============================================================================ |
| 199 | |
| 200 | TEST(SerializationTest, BoolRoundtrip) { |
| 201 | test_roundtrip(true); |
| 202 | test_roundtrip(false); |
| 203 | } |
| 204 | |
| 205 | TEST(SerializationTest, HarnessDestroyRunsRegisteredDestructor) { |
| 206 | auto fory = |
nothing calls this directly
no test coverage detected