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 9dc2a0ac..108722c6 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 -O0 -c -o %t1.bc // RUN: %klee --no-output --exit-on-error --no-externals %t1.bc #include <cassert> |