diff options
Diffstat (limited to 'test/VectorInstructions/insert_element_symbolic.c')
-rw-r--r-- | test/VectorInstructions/insert_element_symbolic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/VectorInstructions/insert_element_symbolic.c b/test/VectorInstructions/insert_element_symbolic.c index f75d3a09..6a0fbe03 100644 --- a/test/VectorInstructions/insert_element_symbolic.c +++ b/test/VectorInstructions/insert_element_symbolic.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm %O0opt -g -c -o %t1.bc +// RUN: %clang %s -emit-llvm %O0opt -g -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: not %klee --output-dir=%t.klee-out --exit-on-error %t1.bc > %t.log 2>&1 // RUN: FileCheck -input-file=%t.log %s |