diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2019-05-08 02:03:32 +0000 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2019-05-08 02:03:32 +0000 |
commit | 83eb9c5b588c4848a7ed08b10ad6c6fb1945eae6 (patch) | |
tree | 1dc532369c3c086a6abbdebca29779d89ab665e8 | |
parent | 46d318c2b5103956006e324ffea7fcf4d7140251 (diff) | |
download | bcm5719-llvm-83eb9c5b588c4848a7ed08b10ad6c6fb1945eae6.tar.gz bcm5719-llvm-83eb9c5b588c4848a7ed08b10ad6c6fb1945eae6.zip |
Fix buildbot break after r360195
llvm-svn: 360220
-rw-r--r-- | clang/test/Modules/preprocess-umbrella.cpp | 2 |
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 |