diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-07 13:21:47 -0800 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-07 13:21:47 -0800 |
| commit | 512b2c7dc74adb58404bb564bbd81b9cfdaf215c (patch) | |
| tree | a0b5fb5b59faf99e353f1cf3e342beac3b2a5c97 | |
| parent | 4c935c66c43c6026d6ba565b1c6098e0f02d6962 (diff) | |
| download | bcm5719-llvm-512b2c7dc74adb58404bb564bbd81b9cfdaf215c.tar.gz bcm5719-llvm-512b2c7dc74adb58404bb564bbd81b9cfdaf215c.zip | |
[lldb/Test] Remove old binary created by TestConvenienceVariables
On a dirty build directory the new mkdir fails because the file already
exists and is not a directory.
| -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 d9c8f7581be..14887fdd499 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 |

