about summary refs log tree commit diff homepage
path: root/test/Feature/ReplayPath.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/ReplayPath.c')
-rw-r--r--test/Feature/ReplayPath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ReplayPath.c b/test/Feature/ReplayPath.c
index c367c3d9..4a973dfd 100644
--- a/test/Feature/ReplayPath.c
+++ b/test/Feature/ReplayPath.c
@@ -20,7 +20,7 @@ int main() {
   int res = 1;
   int x;
 
-  klee_make_symbolic(&x, sizeof x);
+  klee_make_symbolic(&x, sizeof x, "x");
 
   if (x&1) res *= 2; else cond_exit();
   if (x&2) res *= 3; else cond_exit();