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