From: Richard Smith Date: Thu, 28 Aug 2014 21:09:23 +0000 (+0000) Subject: Oops, use correct RUN: line for test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d5d57575783192f9af8510ac28169ac9138fb65;p=clang Oops, use correct RUN: line for test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216685 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/pr20786.cpp b/test/Modules/pr20786.cpp index 35d62df91c..4c0426ed5e 100644 --- a/test/Modules/pr20786.cpp +++ b/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