about summary refs log tree commit diff homepage
path: root/test/regression/2017-11-01-test-with-empty-varname.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2017-11-01-test-with-empty-varname.c')
-rw-r--r--test/regression/2017-11-01-test-with-empty-varname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2017-11-01-test-with-empty-varname.c b/test/regression/2017-11-01-test-with-empty-varname.c
index 5d73ea20..89108d9d 100644
--- a/test/regression/2017-11-01-test-with-empty-varname.c
+++ b/test/regression/2017-11-01-test-with-empty-varname.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 %t1.bc
 // RUN: FileCheck %s --input-file=%t.klee-out/warnings.txt