about summary refs log tree commit diff homepage
path: root/test/Feature/FunctionPointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/FunctionPointer.c')
-rw-r--r--test/Feature/FunctionPointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/FunctionPointer.c b/test/Feature/FunctionPointer.c
index ac28ca00..cda35b11 100644
--- a/test/Feature/FunctionPointer.c
+++ b/test/Feature/FunctionPointer.c
@@ -26,7 +26,7 @@ int main(int argc, char **argv) {
   xx("called via xx");
 
 #if 0
-  klee_make_symbolic(&fp, sizeof fp);
+  klee_make_symbolic(&fp, sizeof fp, "fp");
   if(fp == baz) {
     printf("fp = %p, baz = %p\n", fp, baz);
     fp("calling via symbolic!");