back to 2 for manticore

This commit is contained in:
Alex Groce 2018-12-31 20:00:54 -07:00
parent c3136f77fd
commit d410c0df5f

View File

@ -34,7 +34,7 @@ char* decode(const char* output) {
}
// Can be higher if we're using fuzzing, not symbolic execution
#define MAX_STR_LEN 3
#define MAX_STR_LEN 2
TEST(Runlength, EncodeDecode) {
char* original = DeepState_CStrUpToLen(MAX_STR_LEN, "ab");