[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.
This commit is contained in:
parent
4c935c66c4
commit
512b2c7dc7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue