Skip to content

Commit 48887c4

Browse files
[libcxx-fuzzing] Fixed bug found by -Wstring-concatenation
1 parent 966a58e commit 48887c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/fuzzing/fuzzer_test.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "../../../fuzzing/fuzzing.cpp"
1818

1919
const char* TestCaseSetOne[] = {"", "s", "bac",
20-
"bacasf"
20+
"bacasf",
2121
"lkajseravea",
2222
"adsfkajdsfjkas;lnc441324513,34535r34525234",
2323
"b*c",

0 commit comments

Comments
 (0)