Smaller size for manticore
This commit is contained in:
parent
244c3ac3a8
commit
14863f0744
@ -34,7 +34,7 @@ char* decode(const char* output) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Can be higher if we're using fuzzing, not symbolic execution
|
// Can be higher if we're using fuzzing, not symbolic execution
|
||||||
#define MAX_STR_LEN 5
|
#define MAX_STR_LEN 4
|
||||||
|
|
||||||
TEST(Runlength, EncodeDecode) {
|
TEST(Runlength, EncodeDecode) {
|
||||||
char* original = DeepState_CStrUpToLen(MAX_STR_LEN, "ab");
|
char* original = DeepState_CStrUpToLen(MAX_STR_LEN, "ab");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user