From 30445bc3b15ee4140bc7d3657694d0d28bdcfe4f Mon Sep 17 00:00:00 2001 From: Ben Langmuir Date: Mon, 14 Apr 2014 18:50:28 +0000 Subject: [PATCH] Fix find command in test/Modules/prune.m broken by r206201 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206203 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/prune.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/prune.m b/test/Modules/prune.m index 4901792589..7bc771f784 100644 --- a/test/Modules/prune.m +++ b/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 -- 2.40.0