about summary refs log tree commit diff homepage
path: root/test/regression/2016-12-14-alloc-alignment.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/2016-12-14-alloc-alignment.c')
-rw-r--r--test/regression/2016-12-14-alloc-alignment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2016-12-14-alloc-alignment.c b/test/regression/2016-12-14-alloc-alignment.c
index 8c58d6f9..5475d1c5 100644
--- a/test/regression/2016-12-14-alloc-alignment.c
+++ b/test/regression/2016-12-14-alloc-alignment.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -Wall -emit-llvm -g %O0opt -c -o %t.bc
+// RUN: %clang %s -Wall -emit-llvm -g %O0opt -c -o %t.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t.bc
 #include <assert.h>