Skip to content

Commit 83497e4

Browse files
committed
Update test_stdout_api.cpp
1 parent 3806a9c commit 83497e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_stdout_api.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ TEST_CASE("wchar_api", "[stdout]")
9191
l->trace(L"Test wchar_api {}", 1);
9292
l->trace(L"Test wchar_api {}", std::wstring{L"wstring param"});
9393
l->trace(std::wstring{L"Test wchar_api wstring"});
94-
94+
SPDLOG_LOGGER_DEBUG(l, L"Test SPDLOG_LOGGER_DEBUG {}", L"param");
9595
spdlog::drop_all();
9696
}
9797

0 commit comments

Comments
 (0)