about summary refs log tree commit diff homepage
path: root/test/Merging/unexpected_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Merging/unexpected_close.c')
-rw-r--r--test/Merging/unexpected_close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Merging/unexpected_close.c b/test/Merging/unexpected_close.c
index 3cc7cf0f..59ea72dc 100644
--- a/test/Merging/unexpected_close.c
+++ b/test/Merging/unexpected_close.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 --search=nurs:covnew --max-time=2 %t.bc