[TestConvienceVariable] Clean the directory before running the test.
authorDavide Italiano <ditaliano@apple.com>
Fri, 7 Feb 2020 21:51:58 +0000 (13:51 -0800)
committerDavide Italiano <ditaliano@apple.com>
Fri, 7 Feb 2020 21:52:40 +0000 (13:52 -0800)
lldb/test/Shell/Driver/TestConvenienceVariables.test

index d9c8f75..2afacb8 100644 (file)
@@ -1,4 +1,5 @@
 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