This commit is contained in:
parent
6525de9303
commit
6c8f0cb6bb
2 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,7 @@ void init(spdlog::level::level_enum level = spdlog::level::level_enum::off) {
|
|||
return;
|
||||
}
|
||||
|
||||
return spdlog::set_level(_init_from_compile());
|
||||
spdlog::set_level(_init_from_compile());
|
||||
}
|
||||
|
||||
} // namespace log
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include <gtest/gtest.h>
|
||||
|
||||
#include <archive.hpp>
|
||||
#include <filesystem>
|
||||
#include <spec.hpp>
|
||||
|
||||
TEST(ArchiveTest, ArchiveSpecDetectsSingleRoot) {
|
||||
|
|
Loading…
Reference in a new issue