diff options
| author | Ben Langmuir <blangmuir@apple.com> | 2014-04-14 18:50:28 +0000 |
|---|---|---|
| committer | Ben Langmuir <blangmuir@apple.com> | 2014-04-14 18:50:28 +0000 |
| commit | 6e63f50b2ac24c4cd6d6f82e92381b22e059df73 (patch) | |
| tree | 1190fcb4856bcc1761366f1f4518001603910c90 /clang | |
| parent | ebcc8c43bd5d8bad0bf63c0d73123ef506e512c0 (diff) | |
| download | bcm5719-llvm-6e63f50b2ac24c4cd6d6f82e92381b22e059df73.tar.gz bcm5719-llvm-6e63f50b2ac24c4cd6d6f82e92381b22e059df73.zip | |
Fix find command in test/Modules/prune.m broken by r206201
llvm-svn: 206203
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Modules/prune.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/prune.m b/clang/test/Modules/prune.m index 49017925897..7bc771f7843 100644 --- a/clang/test/Modules/prune.m +++ b/clang/test/Modules/prune.m @@ -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 |

