Update test_stdout_api.cpp

This commit is contained in:
gabime 2019-09-23 12:11:12 +03:00
parent 3806a9c320
commit 83497e4dc9
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}