diff options
Diffstat (limited to 'test/CXX/ArrayNew.cpp')
-rw-r--r-- | test/CXX/ArrayNew.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/ArrayNew.cpp b/test/CXX/ArrayNew.cpp index 35a4f134..da89f812 100644 --- a/test/CXX/ArrayNew.cpp +++ b/test/CXX/ArrayNew.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx %s -emit-llvm %O0opt -c -o %t1.bc +// RUN: %xxclang %s -emit-llvm %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --no-output --exit-on-error --external-calls=none %t1.bc |