about summary refs log tree commit diff homepage
path: root/test/regression/2015-08-30-empty-constraints.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2015-08-30-empty-constraints.c')
-rw-r--r--test/regression/2015-08-30-empty-constraints.c2
1 files changed, 1 insertions, 1 deletions
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)