diff options
Diffstat (limited to 'test/CXX/SimpleVirtual.cpp')
-rw-r--r-- | test/CXX/SimpleVirtual.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/SimpleVirtual.cpp b/test/CXX/SimpleVirtual.cpp index b2db980d..7d0faa08 100644 --- a/test/CXX/SimpleVirtual.cpp +++ b/test/CXX/SimpleVirtual.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx %s -emit-llvm -O0 -c -o %t1.bc +// RUN: %llvmgxx %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 --no-externals %t1.bc |