Commit 5858c9d6 authored by Davide Italiano's avatar Davide Italiano
Browse files

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

This reverts commit 9bce9d2d, as
it breaks the bots.
parent 4a18a5bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
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