diff options
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 | 

