From 14863f074499150dc41bb304f04a8416fd6c6490 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Mon, 31 Dec 2018 16:40:28 -0700 Subject: [PATCH] Smaller size for manticore --- examples/Runlen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Runlen.cpp b/examples/Runlen.cpp index 7a22f0a..f9bfc78 100644 --- a/examples/Runlen.cpp +++ b/examples/Runlen.cpp @@ -34,7 +34,7 @@ char* decode(const char* output) { } // Can be higher if we're using fuzzing, not symbolic execution -#define MAX_STR_LEN 5 +#define MAX_STR_LEN 4 TEST(Runlength, EncodeDecode) { char* original = DeepState_CStrUpToLen(MAX_STR_LEN, "ab");