diff options
| author | Douglas Gregor <dgregor@apple.com> | 2013-03-25 21:52:42 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2013-03-25 21:52:42 +0000 |
| commit | 5168e70c0c4bf85d658e62c169f8ba1b668b63e3 (patch) | |
| tree | 3b98eb4dacc8f33cebdd08ebf1d914406b72d601 /clang/test/Modules | |
| parent | 37da327c6a348794a24bed30e88db7d1a4cc481a (diff) | |
| download | bcm5719-llvm-5168e70c0c4bf85d658e62c169f8ba1b668b63e3.tar.gz bcm5719-llvm-5168e70c0c4bf85d658e62c169f8ba1b668b63e3.zip | |
Remove local path from test.
llvm-svn: 177925
Diffstat (limited to 'clang/test/Modules')
| -rw-r--r-- | clang/test/Modules/prune.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/prune.m b/clang/test/Modules/prune.m index c4018f96575..8af7e6c395a 100644 --- a/clang/test/Modules/prune.m +++ b/clang/test/Modules/prune.m @@ -28,7 +28,7 @@ // Set the DependsOnModule access time back more than four days. // This shouldn't prune anything, because the timestamp has been updated, so // the pruning mechanism won't fire. -// RUN: find /Volumes/Data/dgregor/Projects/llvm-build-xcode/tools/clang/test/Modules/Output/prune.m.tmp -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 @@ -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 /Volumes/Data/dgregor/Projects/llvm-build-xcode/tools/clang/test/Modules/Output/prune.m.tmp -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 |

