mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-27 04:20:06 +00:00
Fix Windows build, take 2.
This commit is contained in:
parent
a318244a1c
commit
3c72e0c18b
@ -248,8 +248,8 @@ TEST(UtilTest, WinErrorSink) {
|
||||
}
|
||||
|
||||
TEST(UtilTest, ThrowWinError) {
|
||||
CheckThrowError(ERROR_FILE_EXISTS,
|
||||
fmt::internal::FormatWinErrorMessage, fmt::ThrowWinError);
|
||||
CheckThrowError<fmt::WindowsError>(
|
||||
ERROR_FILE_EXISTS, fmt::internal::FormatWinErrorMessage);
|
||||
}
|
||||
|
||||
TEST(UtilTest, ReportWinError) {
|
||||
|
Loading…
Reference in New Issue
Block a user