mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Fix build, take 2.
This commit is contained in:
@ -1689,5 +1689,5 @@ FMT_VARIADIC(std::string, FormatMessage, int, const char *)
|
|||||||
|
|
||||||
TEST(FormatTest, FormatMessageExample) {
|
TEST(FormatTest, FormatMessageExample) {
|
||||||
EXPECT_EQ("[42] something happened",
|
EXPECT_EQ("[42] something happened",
|
||||||
MyFormatError(42, "{} happened", "something"));
|
FormatMessage(42, "{} happened", "something"));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user