diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2015-05-06 22:31:13 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2015-05-06 22:31:13 +0000 |
| commit | b2ed4d219b7fc0e0c73c20a6e8902c7de4343c81 (patch) | |
| tree | 7e17b8d6bbccf8ad1fb3b684b603b1f1aa88bef5 /clang | |
| parent | 6d6e947916cad2cf3b6c7eaa04794b457597b062 (diff) | |
| download | bcm5719-llvm-b2ed4d219b7fc0e0c73c20a6e8902c7de4343c81.tar.gz bcm5719-llvm-b2ed4d219b7fc0e0c73c20a6e8902c7de4343c81.zip | |
Fix public-private.modulemap test case to clear the cache on every run.
llvm-svn: 236655
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Modules/public-private.modulemap | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/test/Modules/public-private.modulemap b/clang/test/Modules/public-private.modulemap index ef4ae9885fe..a898a1b7436 100644 --- a/clang/test/Modules/public-private.modulemap +++ b/clang/test/Modules/public-private.modulemap @@ -1,5 +1,6 @@ -// RUN: %clang_cc1 -fmodules -fmodule-map-file=%s -I%S -include "Inputs/empty.h" /dev/null -// RUN: %clang_cc1 -fmodules -fmodule-map-file=%s -I%S -include "Inputs/dummy.h" /dev/null +// RUN: rm -rf %t.modules +// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.modules -fmodule-map-file=%s -I%S -include "Inputs/empty.h" /dev/null +// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.modules -fmodule-map-file=%s -I%S -include "Inputs/dummy.h" /dev/null module A { header "Inputs/empty.h" private header "Inputs/empty.h" |

