mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +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) {
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user