| 91 | } |
| 92 | |
| 93 | void TestDUChain::init() |
| 94 | { |
| 95 | m_provider.reset(new TestEnvironmentProvider); |
| 96 | IDefinesAndIncludesManager::manager()->registerBackgroundProvider(m_provider.data()); |
| 97 | } |
| 98 | |
| 99 | struct ExpectedComment |
| 100 | { |
nothing calls this directly
no test coverage detected