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