Shrink size

This commit is contained in:
Alex Groce
2019-01-02 00:27:52 -07:00
committed by GitHub
parent 6cbb4f479a
commit d40c48efa5

View File

@@ -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 8
#define MAX_STR_LEN 7
TEST(Runlength, EncodeDecode) {
char* original = DeepState_CStrUpToLen(MAX_STR_LEN);