[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:
Jonas Devlieghere 2020-01-07 13:21:47 -08:00
parent 4c935c66c4
commit 512b2c7dc7
1 changed files with 1 additions and 0 deletions

View File

@ -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