Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 543a4302 authored by Ben Langmuir's avatar Ben Langmuir
Browse files

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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275496 91177308-0d34-0410-b5e6-96231b3b80d8
parent f6fec8b9
Branches
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment