diff --git a/test/format-test.cc b/test/format-test.cc index e2baa05c..a07dcbe0 100644 --- a/test/format-test.cc +++ b/test/format-test.cc @@ -1433,6 +1433,6 @@ void print_error(const char *file, int line, const char *format, TEST(FormatTest, MaxArgs) { EXPECT_EQ("0123456789abcde", - fmt::format("{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}", + fmt::format("{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}", 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'a', 'b', 'c', 'd', 'e')); }