From 33964e5d935f903b2850f6576f93ce229fb00918 Mon Sep 17 00:00:00 2001 From: Frank Busse Date: Thu, 17 May 2018 22:42:25 +0100 Subject: tests: use names in klee_make_symbolic --- test/Feature/CompressedExprLogging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature/CompressedExprLogging.c') diff --git a/test/Feature/CompressedExprLogging.c b/test/Feature/CompressedExprLogging.c index 425c4551..ba20428d 100644 --- a/test/Feature/CompressedExprLogging.c +++ b/test/Feature/CompressedExprLogging.c @@ -16,7 +16,7 @@ int constantArr[16] = {1 << 0, 1 << 1, 1 << 2, 1 << 3, 1 << 4, 1 << 5, int main() { char buf[4]; - klee_make_symbolic(buf, sizeof buf); + klee_make_symbolic(buf, sizeof buf, "buf"); buf[1] = 'a'; -- cgit 1.4.1