diff options
-rw-r--r-- | lldb/test/Shell/Driver/TestConvenienceVariables.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/Shell/Driver/TestConvenienceVariables.test b/lldb/test/Shell/Driver/TestConvenienceVariables.test index d9c8f75..14887fd 100644 --- a/lldb/test/Shell/Driver/TestConvenienceVariables.test +++ b/lldb/test/Shell/Driver/TestConvenienceVariables.test @@ -1,4 +1,5 @@ REQUIRES: python +RUN: rm -rf %t RUN: mkdir -p %t RUN: %build %p/Inputs/hello.cpp -o %t/target.out RUN: %lldb %t/target.out -s %p/Inputs/convenience.in -o quit | FileCheck %s |