summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2017-04-24 21:58:13 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2017-04-24 21:58:13 +0000
commit7bd3d9f0d786a304fb400945c031414f41899f9b (patch)
tree664c267cb4688e55f8cf814122b0095f509e7d98
parent35c362ebbb21e19594722d4ab74ac99503e21b72 (diff)
downloadbcm5719-llvm-7bd3d9f0d786a304fb400945c031414f41899f9b.tar.gz
bcm5719-llvm-7bd3d9f0d786a304fb400945c031414f41899f9b.zip
[Modules] Fix test to wipe out the cache before using it
This should appease bots: http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental_check/35914 rdar://problem/31796737 llvm-svn: 301261
-rw-r--r--clang/test/Modules/localsubmodulevis.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/localsubmodulevis.m b/clang/test/Modules/localsubmodulevis.m
index f8c4b3c755e..bf317651df9 100644
--- a/clang/test/Modules/localsubmodulevis.m
+++ b/clang/test/Modules/localsubmodulevis.m
@@ -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
OpenPOWER on IntegriCloud