about summary refs log tree commit diff homepage
path: root/test/CXX/SimpleVirtual.cpp
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/CXX/SimpleVirtual.cpp
parent77c1bfbb3b4d88dfcf92b77791fe170899d84b85 (diff)
downloadklee-b4d8fe0301b82e8abff0336bf6d1347dff11a853.tar.gz
tests: rename xxclang to clangxx
Diffstat (limited to 'test/CXX/SimpleVirtual.cpp')
-rw-r--r--test/CXX/SimpleVirtual.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/SimpleVirtual.cpp b/test/CXX/SimpleVirtual.cpp
index 588367e9..8f6e838a 100644
--- a/test/CXX/SimpleVirtual.cpp
+++ b/test/CXX/SimpleVirtual.cpp
@@ -1,4 +1,4 @@
-// RUN: %xxclang %s -emit-llvm %O0opt -c -o %t1.bc
+// RUN: %clangxx %s -emit-llvm %O0opt -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --no-output --exit-on-error --external-calls=none %t1.bc