about summary refs log tree commit diff homepage
path: root/test/Feature/consecutive_divide_by_zero.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/consecutive_divide_by_zero.c')
-rw-r--r--test/Feature/consecutive_divide_by_zero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/consecutive_divide_by_zero.c b/test/Feature/consecutive_divide_by_zero.c
index b44572aa..c2f5e152 100644
--- a/test/Feature/consecutive_divide_by_zero.c
+++ b/test/Feature/consecutive_divide_by_zero.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -emit-llvm -c -g %O0opt %s -o %t.bc
+// RUN: %clang -emit-llvm -c -g %O0opt %s -o %t.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out -check-div-zero -emit-all-errors=0 %t.bc 2> %t.log
 // RUN: FileCheck --input-file=%t.log %s