lower length

This commit is contained in:
Alex Groce
2018-12-31 17:21:19 -07:00
parent 14863f0744
commit 9c224b4f7b
+1 -1
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 4
#define MAX_STR_LEN 3
TEST(Runlength, EncodeDecode) {
char* original = DeepState_CStrUpToLen(MAX_STR_LEN, "ab");