Revert "[TestConvienceVariable] Clean the directory before running the test."

This reverts commit 9bce9d2d65, as
it breaks the bots.
This commit is contained in:
Davide Italiano 2020-02-07 14:32:12 -08:00
parent 4a18a5bdd9
commit 5858c9d69f
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
REQUIRES: python
RUN: rm -f %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