about summary refs log tree commit diff homepage
path: root/test/Merging/batching_break.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Merging/batching_break.c')
-rw-r--r--test/Merging/batching_break.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Merging/batching_break.c b/test/Merging/batching_break.c
index b9169df0..4089c2f5 100644
--- a/test/Merging/batching_break.c
+++ b/test/Merging/batching_break.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -emit-llvm -g -c -o %t.bc %s
+// RUN: %clang -emit-llvm -g -c -o %t.bc %s
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --use-merge --debug-log-merge --search=nurs:covnew %t.bc 2>&1 | FileCheck %s