about summary refs log tree commit diff homepage
path: root/test/regression/2017-03-23-early-exit-log-stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2017-03-23-early-exit-log-stats.c')
-rw-r--r--test/regression/2017-03-23-early-exit-log-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2017-03-23-early-exit-log-stats.c b/test/regression/2017-03-23-early-exit-log-stats.c
index d68bfa8f..4de3aa3d 100644
--- a/test/regression/2017-03-23-early-exit-log-stats.c
+++ b/test/regression/2017-03-23-early-exit-log-stats.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -emit-llvm -g %O0opt -c -o %t.bc
+// RUN: %clang %s -emit-llvm -g %O0opt -c -o %t.bc
 // RUN: rm -rf %t.klee-out
 // Delay writing instructions so that we ensure on exit that flush happens
 // RUN: not %klee --output-dir=%t.klee-out -exit-on-error -stats-write-interval=0 -stats-write-after-instructions=999999 %t.bc 2> %t.log