Commit 3c72e0c1 authored by Victor Zverovich's avatar Victor Zverovich

Fix Windows build, take 2.

parent a318244a
...@@ -248,8 +248,8 @@ TEST(UtilTest, WinErrorSink) { ...@@ -248,8 +248,8 @@ TEST(UtilTest, WinErrorSink) {
} }
TEST(UtilTest, ThrowWinError) { TEST(UtilTest, ThrowWinError) {
CheckThrowError(ERROR_FILE_EXISTS, CheckThrowError<fmt::WindowsError>(
fmt::internal::FormatWinErrorMessage, fmt::ThrowWinError); ERROR_FILE_EXISTS, fmt::internal::FormatWinErrorMessage);
} }
TEST(UtilTest, ReportWinError) { TEST(UtilTest, ReportWinError) {
......
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