]> granicus.if.org Git - clang/commitdiff
Fix buildbot break after r360195
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 8 May 2019 02:03:32 +0000 (02:03 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 8 May 2019 02:03:32 +0000 (02:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360220 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/preprocess-umbrella.cpp

index 5d2b86e1c3782df4ec6c345ad3cb634098ce0587..79a157fa34250ac1b038e4e91c03c8da5d9fa82a 100644 (file)
@@ -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