about summary refs log tree commit diff homepage
path: root/test/Dogfood
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-05 04:02:45 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-05 04:02:45 +0000
commit9dca19cca15201db252f45ce3611f36cc58d8e8e (patch)
treef220a974a35ed596d34506a651c56c5e4bfdabac /test/Dogfood
parenta73aa283e27c6d756f87dcd30432b68a7c201a16 (diff)
downloadklee-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/Dogfood')
-rw-r--r--test/Dogfood/ImmutableSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dogfood/ImmutableSet.cpp b/test/Dogfood/ImmutableSet.cpp
index 18a70c20..bdb9f431 100644
--- a/test/Dogfood/ImmutableSet.cpp
+++ b/test/Dogfood/ImmutableSet.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -I../../../include -g -DMAX_ELEMENTS=4 -fno-exceptions --emit-llvm -c -o %t1.bc %s
+// RUN: %llvmgxx -I../../../include -g -DMAX_ELEMENTS=4 -fno-exceptions -emit-llvm -c -o %t1.bc %s
 // RUN: %klee --libc=klee --max-forks=200 --no-output --exit-on-error --optimize --disable-inlining --use-non-uniform-random-search --use-cex-cache %t1.bc
 
 #include "klee/klee.h"