forked from fmtlib/fmt
Fix Windows build, take 2.
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user