| 166 | } |
| 167 | |
| 168 | static void _failAndLeakMemory() |
| 169 | { |
| 170 | leak1 = detector->allocMemory(allocator, 10); |
| 171 | FAIL(""); |
| 172 | } |
| 173 | |
| 174 | TEST(MemoryLeakWarningTest, FailingTestDoesNotReportMemoryLeaks) |
| 175 | { |
nothing calls this directly
no test coverage detected