forked from fmtlib/fmt
Deprecate wide printf
This commit is contained in:
@@ -533,7 +533,6 @@ TEST(printf_test, vprintf) {
|
||||
auto store = fmt::format_arg_store<fmt::printf_context, int>(n);
|
||||
auto args = fmt::basic_format_args<fmt::printf_context>(store);
|
||||
EXPECT_EQ(fmt::vsprintf("%d", args), "42");
|
||||
EXPECT_WRITE(stdout, fmt::vprintf("%d", args), "42");
|
||||
EXPECT_WRITE(stdout, fmt::vfprintf(stdout, "%d", args), "42");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user