We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2058c0 commit 70f13bdCopy full SHA for 70f13bd
libc/test/src/stdio/asprintf_test.cpp
@@ -76,7 +76,7 @@ TEST(LlvmLibcASPrintfTest, LargeStringNoConv) {
76
TEST(LlvmLibcASPrintfTest, ManyReAlloc) {
77
char *buff = nullptr;
78
char long_str[1001];
79
- //TODO: simplify test to match with vasprintf_test
+ // TODO: simplify test to match with vasprintf_test
80
auto expected_num_chars =
81
LIBC_NAMESPACE::sprintf(long_str, "%200s%200s%200s", "a", "b", "c");
82
long_str[expected_num_chars] = '\0';
0 commit comments