mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Fix build, take 2.
This commit is contained in:
parent
3b3f76b809
commit
9c8db26457
@ -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"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user