about summary refs log tree commit diff homepage
path: root/test/Dogfood
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2019-03-07 13:06:27 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2019-03-07 16:57:42 +0000
commitb4d8fe0301b82e8abff0336bf6d1347dff11a853 (patch)
tree42d4d935c4aa63ceb618cbfcd6aad9bcffe14201 /test/Dogfood
parent77c1bfbb3b4d88dfcf92b77791fe170899d84b85 (diff)
downloadklee-b4d8fe0301b82e8abff0336bf6d1347dff11a853.tar.gz
tests: rename xxclang to clangxx
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 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