about summary refs log tree commit diff homepage
path: root/test/Feature/NonSizedGlobals.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/NonSizedGlobals.c')
-rw-r--r--test/Feature/NonSizedGlobals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/NonSizedGlobals.c b/test/Feature/NonSizedGlobals.c
index b98f7bf1..ddef4da6 100644
--- a/test/Feature/NonSizedGlobals.c
+++ b/test/Feature/NonSizedGlobals.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 --exit-on-error %t1.bc