diff options
Diffstat (limited to 'test/CXX/StaticConstructor.cpp')
-rw-r--r-- | test/CXX/StaticConstructor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/StaticConstructor.cpp b/test/CXX/StaticConstructor.cpp index d4992ffe..4974d59b 100644 --- a/test/CXX/StaticConstructor.cpp +++ b/test/CXX/StaticConstructor.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 --libc=klee --no-output --exit-on-error %t1.bc #include <cassert> |