about summary refs log tree commit diff homepage
path: root/test/Feature/Float.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/Float.c')
-rw-r--r--test/Feature/Float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/Float.c b/test/Feature/Float.c
index dce082c6..ad9325d1 100644
--- a/test/Feature/Float.c
+++ b/test/Feature/Float.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -emit-llvm -g -c %s -o %t.bc
+// RUN: %clang -emit-llvm -g -c %s -o %t.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out %t.bc > %t.log
 // RUN: grep "3.30* -1.10* 2.420*" %t.log