forked from OSchip/llvm-project
[libcxx-fuzzing] Fixed bug found by -Wstring-concatenation
This commit is contained in:
parent
966a58e329
commit
48887c4e81
|
@ -17,7 +17,7 @@
|
|||
#include "../../../fuzzing/fuzzing.cpp"
|
||||
|
||||
const char* TestCaseSetOne[] = {"", "s", "bac",
|
||||
"bacasf"
|
||||
"bacasf",
|
||||
"lkajseravea",
|
||||
"adsfkajdsfjkas;lnc441324513,34535r34525234",
|
||||
"b*c",
|
||||
|
|
Loading…
Reference in New Issue