Fix build, take 2.

This commit is contained in:
Victor Zverovich 2014-06-28 13:06:49 -07:00
parent 3b3f76b809
commit 9c8db26457

View File

@ -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"));
} }