diff options
author | Lukas Zaoral <lzaoral@redhat.com> | 2021-04-13 16:39:56 +0200 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2021-04-18 18:34:39 +0100 |
commit | b0aef8ebc9d53945549fc477558a4437baa46e2d (patch) | |
tree | df4ff056c3c73c5dd044836cb8a5a038fa536208 /test/CXX | |
parent | d309c4fa0ca2cd55e36cf1462b9057d6eb97a297 (diff) | |
download | klee-b0aef8ebc9d53945549fc477558a4437baa46e2d.tar.gz |
tests: Invoke tools through their corresponding macros
Diffstat (limited to 'test/CXX')
-rw-r--r-- | test/CXX/LandingPad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/LandingPad.cpp b/test/CXX/LandingPad.cpp index 66fd547c..18cad7c8 100644 --- a/test/CXX/LandingPad.cpp +++ b/test/CXX/LandingPad.cpp @@ -1,6 +1,6 @@ // RUN: %clangxx %s -emit-llvm -c -o %t1.bc // RUN: rm -rf %t.klee-out -// RUN: klee --output-dir=%t.klee-out %t1.bc 2>&1 | FileCheck %s +// RUN: %klee --output-dir=%t.klee-out %t1.bc 2>&1 | FileCheck %s // CHECK: Using zero size array fix for landingpad instruction filter |