From: Nemanja Ivanovic Date: Wed, 8 May 2019 02:03:32 +0000 (+0000) Subject: Fix buildbot break after r360195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d972ea0aa9215851d4ad7461472cb98a53a1ecc;p=clang Fix buildbot break after r360195 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360220 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/preprocess-umbrella.cpp b/test/Modules/preprocess-umbrella.cpp index 5d2b86e1c3..79a157fa34 100644 --- a/test/Modules/preprocess-umbrella.cpp +++ b/test/Modules/preprocess-umbrella.cpp @@ -1,7 +1,9 @@ // FIXME: The standalone module still seems to cause clang to want to test for // the existence of a 'foo' directory: +// RUN: rm -rf %t // RUN: mkdir %t // RUN: cp %s %t +// RUN: rm -rf %t/foo // RUN: mkdir %t/foo // RUN: cd %t // RUN: not %clang_cc1 -fmodules -fsyntax-only %s 2>&1 | FileCheck %s