diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-10 04:57:10 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-10 04:57:10 +0000 |
commit | 5cea4bd1f81c1289894ec3ecf644aa353184c97d (patch) | |
tree | cbfb9dd77d63d197c32a2b2a36718fbb7c4ce21f /test/TestRunner.sh | |
parent | 2ba91575905a54f712a7f64304e56002e4882499 (diff) |
Don't substitute prcontext.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TestRunner.sh')
-rwxr-xr-x | test/TestRunner.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/TestRunner.sh b/test/TestRunner.sh index bb20728578..58d9daa14f 100755 --- a/test/TestRunner.sh +++ b/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 |