diff options
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 |