back to 6
This commit is contained in:
parent
d40c48efa5
commit
87fcbf3481
@ -45,7 +45,7 @@ void printBytes(const char* bytes) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Can be (much) higher (e.g., > 1024) if we're using fuzzing, not symbolic execution
|
// Can be (much) higher (e.g., > 1024) if we're using fuzzing, not symbolic execution
|
||||||
#define MAX_STR_LEN 7
|
#define MAX_STR_LEN 6
|
||||||
|
|
||||||
TEST(Runlength, EncodeDecode) {
|
TEST(Runlength, EncodeDecode) {
|
||||||
char* original = DeepState_CStrUpToLen(MAX_STR_LEN);
|
char* original = DeepState_CStrUpToLen(MAX_STR_LEN);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user