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 cda35b11..e1acaa91 100644
--- a/test/Feature/FunctionPointer.c
+++ b/test/Feature/FunctionPointer.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -emit-llvm -g -c -o %t1.bc
+// RUN: %clang %s -emit-llvm -g -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --no-output --exit-on-error %t1.bc