diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-04-05 04:02:45 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-04-05 04:02:45 +0000 |
commit | 9dca19cca15201db252f45ce3611f36cc58d8e8e (patch) | |
tree | f220a974a35ed596d34506a651c56c5e4bfdabac /test/CXX/Trivial.cpp | |
parent | a73aa283e27c6d756f87dcd30432b68a7c201a16 (diff) | |
download | klee-9dca19cca15201db252f45ce3611f36cc58d8e8e.tar.gz |
Fix -emit-llvm spelling (although, these aren't actually needed).
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100397 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CXX/Trivial.cpp')
-rw-r--r-- | test/CXX/Trivial.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/Trivial.cpp b/test/CXX/Trivial.cpp index b50e82b2..6c05459d 100644 --- a/test/CXX/Trivial.cpp +++ b/test/CXX/Trivial.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 %t1.bc #include <cassert> |