diff options
Diffstat (limited to 'test/regression/2014-12-08-ashr.c')
-rw-r--r-- | test/regression/2014-12-08-ashr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2014-12-08-ashr.c b/test/regression/2014-12-08-ashr.c index be350729..ec7050d7 100644 --- a/test/regression/2014-12-08-ashr.c +++ b/test/regression/2014-12-08-ashr.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm -g %O0opt -c -o %t.bc +// RUN: %clang %s -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 |