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/MultipleReallocResolution.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature/MultipleReallocResolution.c') diff --git a/test/Feature/MultipleReallocResolution.c b/test/Feature/MultipleReallocResolution.c index 6530185d..a95d9d75 100644 --- a/test/Feature/MultipleReallocResolution.c +++ b/test/Feature/MultipleReallocResolution.c @@ -10,7 +10,7 @@ unsigned klee_urange(unsigned start, unsigned end) { unsigned x; - klee_make_symbolic(&x, sizeof x); + klee_make_symbolic(&x, sizeof x, "x"); if (x-start>=end-start) klee_silent_exit(0); return x; } -- cgit 1.4.1