mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-02 23:21:45 +01:00
Fix test
This commit is contained in:
@@ -1362,7 +1362,7 @@ void format_value(fmt::Writer &w, const Date &d, fmt::format_context &) {
|
||||
TEST(FormatterTest, FormatCustom) {
|
||||
Date date(2012, 12, 9);
|
||||
EXPECT_THROW_MSG(fmt::format("{:s}", date), format_error,
|
||||
"unmatched '}' in format string");
|
||||
"unknown format specifier");
|
||||
}
|
||||
|
||||
class Answer {};
|
||||
|
||||
Reference in New Issue
Block a user