From 5858c9d69f5efa94b721e3d37edadae21cbb77f3 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Fri, 7 Feb 2020 14:32:12 -0800 Subject: [PATCH] Revert "[TestConvienceVariable] Clean the directory before running the test." This reverts commit 9bce9d2d65e2462140597f71a8247750b837094c, as it breaks the bots. --- lldb/test/Shell/Driver/TestConvenienceVariables.test | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/Shell/Driver/TestConvenienceVariables.test b/lldb/test/Shell/Driver/TestConvenienceVariables.test index 2afacb88cf22..d9c8f7581bea 100644 --- a/lldb/test/Shell/Driver/TestConvenienceVariables.test +++ b/lldb/test/Shell/Driver/TestConvenienceVariables.test @@ -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