diff --git a/examples/Runlen.cpp b/examples/Runlen.cpp index 60f3fcb..b7d12aa 100644 --- a/examples/Runlen.cpp +++ b/examples/Runlen.cpp @@ -45,7 +45,7 @@ void printBytes(const char* bytes) { } // 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) { char* original = DeepState_CStrUpToLen(MAX_STR_LEN);