aboutsummaryrefslogtreecommitdiff
path: root/test/Modules
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2019-05-08 02:03:32 +0000
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2019-05-08 02:03:32 +0000
commit3d972ea0aa9215851d4ad7461472cb98a53a1ecc (patch)
tree64a2908644cd69a2f9771299399f5283972a0a8b /test/Modules
parent0fb16153cd5e8eddb8d9ffdd296c8d1c853eb7d8 (diff)
Fix buildbot break after r360195
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360220 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules')
-rw-r--r--test/Modules/preprocess-umbrella.cpp2
1 files changed, 2 insertions, 0 deletions
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