From 6a5ca27af553af6659dbbce9f56e9f5d40fa9fc6 Mon Sep 17 00:00:00 2001
From: Richard Smith <richard-llvm@metafoo.co.uk>
Date: Thu, 28 Aug 2014 21:09:23 +0000
Subject: [PATCH] Oops, use correct RUN: line for test.

llvm-svn: 216685
---
 clang/test/Modules/pr20786.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clang/test/Modules/pr20786.cpp b/clang/test/Modules/pr20786.cpp
index 35d62df91cc9..4c0426ed5e58 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