diff options
Diffstat (limited to 'test/Feature/ExprLogging.c')
-rw-r--r-- | test/Feature/ExprLogging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ExprLogging.c b/test/Feature/ExprLogging.c index 4479e850..a85afc1b 100644 --- a/test/Feature/ExprLogging.c +++ b/test/Feature/ExprLogging.c @@ -23,7 +23,7 @@ int constantArr[16 ] = { int main() { char buf[4]; - klee_make_symbolic(buf, sizeof buf); + klee_make_symbolic(buf, sizeof buf, "buf"); buf[1] = 'a'; |