Fix windows build

This commit is contained in:
Victor Zverovich
2017-03-04 07:10:54 -08:00
parent 572491ad1f
commit 3610f34c70
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
std::string format_system_error(int error_code, fmt::string_view message);
#define EXPECT_SYSTEM_ERROR(statement, error_code, message) \
EXPECT_THROW_MSG(statement, fmt::SystemError, \
EXPECT_THROW_MSG(statement, fmt::system_error, \
format_system_error(error_code, message))
#if FMT_USE_FILE_DESCRIPTORS