Back to length 3
This commit is contained in:
parent
ecb0c8e5cc
commit
c3136f77fd
@ -34,7 +34,7 @@ char* decode(const char* output) {
|
||||
}
|
||||
|
||||
// Can be higher if we're using fuzzing, not symbolic execution
|
||||
#define MAX_STR_LEN 2
|
||||
#define MAX_STR_LEN 3
|
||||
|
||||
TEST(Runlength, EncodeDecode) {
|
||||
char* original = DeepState_CStrUpToLen(MAX_STR_LEN, "ab");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user