about summary refs log tree commit diff homepage
path: root/test/Feature/KleeReportError.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/KleeReportError.c')
-rw-r--r--test/Feature/KleeReportError.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/KleeReportError.c b/test/Feature/KleeReportError.c
index 50aaf97d..4e21df18 100644
--- a/test/Feature/KleeReportError.c
+++ b/test/Feature/KleeReportError.c
@@ -8,8 +8,8 @@
 int main(int argc, char** argv) {
   int x, y, *p = 0;
   
-  klee_make_symbolic(&x, sizeof x);
-  klee_make_symbolic(&y, sizeof y);
+  klee_make_symbolic(&x, sizeof x, "x");
+  klee_make_symbolic(&y, sizeof y, "y");
 
   if (x)
     fprintf(stderr, "x\n");