r360220 - Fix buildbot break after r360195

Nemanja Ivanovic via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 19:03:33 PDT 2019


Author: nemanjai
Date: Tue May  7 19:03:32 2019
New Revision: 360220

URL: http://llvm.org/viewvc/llvm-project?rev=360220&view=rev
Log:
Fix buildbot break after r360195

Modified:
    cfe/trunk/test/Modules/preprocess-umbrella.cpp

Modified: cfe/trunk/test/Modules/preprocess-umbrella.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/preprocess-umbrella.cpp?rev=360220&r1=360219&r2=360220&view=diff
==============================================================================
--- cfe/trunk/test/Modules/preprocess-umbrella.cpp (original)
+++ cfe/trunk/test/Modules/preprocess-umbrella.cpp Tue May  7 19:03:32 2019
@@ -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




More information about the cfe-commits mailing list