| 30 | #include "DummyMemoryLeakDetector.h" |
| 31 | |
| 32 | DummyMemoryLeakDetector::DummyMemoryLeakDetector(MemoryLeakFailure* reporter) : MemoryLeakDetector(reporter) |
| 33 | { |
| 34 | memoryLeakDetectorWasDeleted = false; |
| 35 | } |
| 36 | |
| 37 | DummyMemoryLeakDetector::~DummyMemoryLeakDetector() |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected