diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-08-28 21:09:23 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-08-28 21:09:23 +0000 |
| commit | 6a5ca27af553af6659dbbce9f56e9f5d40fa9fc6 (patch) | |
| tree | 2104023d37567a389293d89b5e0f3e9ff973288b /clang/test/Modules | |
| parent | 1e3b338606d36eef6439680a5e2685c31beb8e7f (diff) | |
| download | bcm5719-llvm-6a5ca27af553af6659dbbce9f56e9f5d40fa9fc6.tar.gz bcm5719-llvm-6a5ca27af553af6659dbbce9f56e9f5d40fa9fc6.zip | |
Oops, use correct RUN: line for test.
llvm-svn: 216685
Diffstat (limited to 'clang/test/Modules')
| -rw-r--r-- | clang/test/Modules/pr20786.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/pr20786.cpp b/clang/test/Modules/pr20786.cpp index 35d62df91cc..4c0426ed5e5 100644 --- a/clang/test/Modules/pr20786.cpp +++ b/clang/test/Modules/pr20786.cpp @@ -1,2 +1,2 @@ -// RUN: rm -rf %T -// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%T -fmodule-name=TBranchProxy -emit-module -x c++ %S/Inputs/PR20786/module.modulemap +// RUN: rm -rf %t +// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodule-name=TBranchProxy -emit-module -x c++ %S/Inputs/PR20786/module.modulemap |

