| 152 | } |
| 153 | |
| 154 | static void _testIgnore2() |
| 155 | { |
| 156 | memPlugin->expectLeaksInTest(2); |
| 157 | leak1 = detector->allocMemory(allocator, 10); |
| 158 | leak2 = (long*) (void*) detector->allocMemory(allocator, 4); |
| 159 | } |
| 160 | |
| 161 | TEST(MemoryLeakWarningTest, Ignore2) |
| 162 | { |
nothing calls this directly
no test coverage detected