Fix find command in test/Modules/prune.m broken by r206201

llvm-svn: 206203
This commit is contained in:
Ben Langmuir 2014-04-14 18:50:28 +00:00
parent ebcc8c43bd
commit 6e63f50b2a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
// Set both timestamp and DependsOnModule.pcm back beyond the cutoff.
// This should trigger pruning, which will remove DependsOnModule but not Module.
// RUN: touch -m -a -t 201101010000 %t/modules.timestamp
// RUN: find %t -name DependsOnModule..pcm | xargs touch -a -t 201101010000
// RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
// RUN: %clang_cc1 -fmodules -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-after=345600 %s -verify
// RUN: ls %t | grep modules.timestamp
// RUN: ls -R %t | grep ^Module.*pcm