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/regression/2015-08-30-empty-constraints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression/2015-08-30-empty-constraints.c') diff --git a/test/regression/2015-08-30-empty-constraints.c b/test/regression/2015-08-30-empty-constraints.c index 81439e21..b07beccd 100644 --- a/test/regression/2015-08-30-empty-constraints.c +++ b/test/regression/2015-08-30-empty-constraints.c @@ -13,7 +13,7 @@ int main() { int d; - klee_make_symbolic( &d, sizeof(d) ); + klee_make_symbolic(&d, sizeof(d), "d"); // CHECK-NOT: unable to compute initial values (invalid constraints?)! if ((d & 2) / 4) -- cgit 1.4.1