Revert "[TestConvienceVariable] Clean the directory before running the test."
authorDavide Italiano <ditaliano@apple.com>
Fri, 7 Feb 2020 22:32:12 +0000 (14:32 -0800)
committerDavide Italiano <ditaliano@apple.com>
Fri, 7 Feb 2020 22:32:30 +0000 (14:32 -0800)
This reverts commit 9bce9d2d65e2462140597f71a8247750b837094c, as
it breaks the bots.

lldb/test/Shell/Driver/TestConvenienceVariables.test

index 2afacb8..d9c8f75 100644 (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