about summary refs log tree commit diff homepage
path: root/test/Feature/BFSSearcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/BFSSearcher.c')
-rw-r--r--test/Feature/BFSSearcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/BFSSearcher.c b/test/Feature/BFSSearcher.c
index eb323c4c..57553b1d 100644
--- a/test/Feature/BFSSearcher.c
+++ b/test/Feature/BFSSearcher.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 --max-instructions=500 --search=bfs %t1.bc 2>%t2.log
 // RUN: FileCheck -input-file=%t2.log %s