Remove the new module cache from the index-module test

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.

llvm-svn: 275496
This commit is contained in:
Ben Langmuir 2016-07-14 22:53:23 +00:00
parent 74730d9ab0
commit 6ecd773202
1 changed files with 1 additions and 1 deletions

View 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 \