Commit 83497e4d authored by gabime's avatar gabime

Update test_stdout_api.cpp

parent 3806a9c3
......@@ -91,7 +91,7 @@ TEST_CASE("wchar_api", "[stdout]")
l->trace(L"Test wchar_api {}", 1);
l->trace(L"Test wchar_api {}", std::wstring{L"wstring param"});
l->trace(std::wstring{L"Test wchar_api wstring"});
SPDLOG_LOGGER_DEBUG(l, L"Test SPDLOG_LOGGER_DEBUG {}", L"param");
spdlog::drop_all();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment