From ce4bcf4b64737bcdf853d5b4c24df4cb68d52277 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 10 Sep 2009 04:57:10 +0000 Subject: [PATCH] Don't substitute prcontext. llvm-svn: 81428 --- clang/test/TestRunner.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/test/TestRunner.sh b/clang/test/TestRunner.sh index bb20728578c1..58d9daa14fdb 100755 --- a/clang/test/TestRunner.sh +++ b/clang/test/TestRunner.sh @@ -9,7 +9,6 @@ # %s - Replaced with the input name of the program, or the program to # execute, as appropriate. # %S - Replaced with the directory where the input file resides -# %prcontext - prcontext.tcl script # %t - temporary file name (derived from testcase name) # @@ -85,7 +84,6 @@ grep 'RUN:' $FILENAME | \ -e "s| clang-cc | $CLANGCC |g" \ -e "s|%s|$SUBST|g" \ -e "s|%S|$FILEDIR|g" \ - -e "s|%prcontext|prcontext.tcl|g" \ -e "s|%t|$TEMPOUTPUT|g" > $SCRIPT IS_XFAIL=0 -- GitLab