diff options
author | Frank Busse <bb0xfb@gmail.com> | 2019-03-07 13:06:27 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-03-07 16:57:42 +0000 |
commit | b4d8fe0301b82e8abff0336bf6d1347dff11a853 (patch) | |
tree | 42d4d935c4aa63ceb618cbfcd6aad9bcffe14201 /test/Dogfood/ImmutableSet.cpp | |
parent | 77c1bfbb3b4d88dfcf92b77791fe170899d84b85 (diff) | |
download | klee-b4d8fe0301b82e8abff0336bf6d1347dff11a853.tar.gz |
tests: rename xxclang to clangxx
Diffstat (limited to 'test/Dogfood/ImmutableSet.cpp')
-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 d877f28d..fe91426e 100644 --- a/test/Dogfood/ImmutableSet.cpp +++ b/test/Dogfood/ImmutableSet.cpp @@ -1,4 +1,4 @@ -// RUN: %xxclang -I../../../include -g -DMAX_ELEMENTS=4 -fno-exceptions -emit-llvm -c -o %t1.bc %s +// RUN: %clangxx -I../../../include -g -DMAX_ELEMENTS=4 -fno-exceptions -emit-llvm -c -o %t1.bc %s // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --libc=klee --max-forks=25 --no-output --exit-on-error --optimize --disable-inlining --search=nurs:depth --use-cex-cache %t1.bc |