Commit 9bce9d2d authored by Davide Italiano's avatar Davide Italiano
Browse files

[TestConvienceVariable] Clean the directory before running the test.

parent fdfdd275
Loading
Loading
Loading
Loading
+1 −0
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