]> granicus.if.org Git - clang/commitdiff
Remove the new module cache from the index-module test
authorBen Langmuir <blangmuir@apple.com>
Thu, 14 Jul 2016 22:53:23 +0000 (22:53 +0000)
committerBen Langmuir <blangmuir@apple.com>
Thu, 14 Jul 2016 22:53:23 +0000 (22:53 +0000)
Forgot to add the new cache to the `rm -rf` line. This broke some bots
when trying to load a module built with an older compiler.

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

test/Index/index-module.m

index 023fca3e4bd0ae7dd709fdcf6a979a7ef1bea3ef..d1c0b36b389edbb41a203b38e5b69bbadddebc62 100644 (file)
@@ -3,7 +3,7 @@
 @import DependsOnModule;
 int glob;
 
-// RUN: rm -rf %t.cache
+// RUN: rm -rf %t.cache %t.cache.sys
 // RUN: c-index-test -index-file %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs \
 // RUN:      -Xclang -fdisable-module-hash | FileCheck %s
 // RUN: c-index-test -index-file %s -fmodules-cache-path=%t.cache.sys -fmodules -iframework %S/../Modules/Inputs \