From 3d972ea0aa9215851d4ad7461472cb98a53a1ecc Mon Sep 17 00:00:00 2001 From: Nemanja Ivanovic Date: Wed, 8 May 2019 02:03:32 +0000 Subject: [PATCH] Fix buildbot break after r360195 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360220 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/preprocess-umbrella.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1