diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-01 20:15:38 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-01 20:15:38 +0000 |
commit | 98e91af9e1ec97e1bc3eaee08b3068ca76672d93 (patch) | |
tree | 428f15f42add5c2792ca5a587949211fbcf37c06 /test/Dogfood | |
parent | 5169c2558fc40d37418477cbb1f58144618d9e11 (diff) | |
download | klee-98e91af9e1ec97e1bc3eaee08b3068ca76672d93.tar.gz |
Don't force -m32 in tests; this should be handled by the build system.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@77798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Dogfood')
-rw-r--r-- | test/Dogfood/ImmutableSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dogfood/ImmutableSet.cpp b/test/Dogfood/ImmutableSet.cpp index 316fb6de..18a70c20 100644 --- a/test/Dogfood/ImmutableSet.cpp +++ b/test/Dogfood/ImmutableSet.cpp @@ -1,4 +1,4 @@ -// RUN: llvm-g++ -m32 -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" |