mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Fixed text
This commit is contained in:
parent
f5f073af95
commit
48ab964290
@ -94,7 +94,6 @@ TEST_CASE("clone-logger", "[clone]") {
|
||||
}
|
||||
|
||||
TEST_CASE("clone async", "[clone]") {
|
||||
// TODO: fix this test
|
||||
using spdlog::sinks::test_sink_mt;
|
||||
auto async_sink = std::make_shared<spdlog::sinks::async_sink_mt>(32);
|
||||
auto test_sink = std::make_shared<test_sink_mt>();
|
||||
|
Loading…
Reference in New Issue
Block a user