| 23 | } |
| 24 | |
| 25 | UNIT_TEST(ConfigLoader_Base) |
| 26 | { |
| 27 | base::AtomicSharedPtr<EditorConfig> config; |
| 28 | ConfigLoader loader(config); |
| 29 | |
| 30 | TEST(!config.Get()->GetTypesThatCanBeAdded().empty(), ()); |
| 31 | } |
| 32 | |
| 33 | // This functionality is not used and corresponding server is not working. |
| 34 | // Uncomment it when server will be up. |
nothing calls this directly
no test coverage detected