]> granicus.if.org Git - clang/commitdiff
[Modules] Fix test to wipe out the cache before using it
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 24 Apr 2017 21:58:13 +0000 (21:58 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 24 Apr 2017 21:58:13 +0000 (21:58 +0000)
This should appease bots:
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental_check/35914

rdar://problem/31796737

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301261 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/localsubmodulevis.m

index f8c4b3c755eb38b7d46c0c5346b7f73205ac8958..bf317651df9685fa285394f6743b691caf3ff5d4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: rm -rf %t
+// RUN: rm -rf %t.a %t.b
 // RUN: %clang_cc1 -fmodules -fmodules-local-submodule-visibility -fimplicit-module-maps -fmodules-cache-path=%t.a -I %S/Inputs/preprocess -verify %s
 // RUN: %clang_cc1 -fmodules -fmodules-local-submodule-visibility -fimplicit-module-maps -fmodules-cache-path=%t.b -I %S/Inputs/preprocess -x c -verify -x c %s