summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Modules/preprocess-umbrella.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/preprocess-umbrella.cpp b/clang/test/Modules/preprocess-umbrella.cpp
index 5d2b86e1c37..79a157fa342 100644
--- a/clang/test/Modules/preprocess-umbrella.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud