Oops, use correct RUN: line for test.
llvm-svn: 216685
diff --git a/clang/test/Modules/pr20786.cpp b/clang/test/Modules/pr20786.cpp
index 35d62df..4c0426e 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