[cfe-commits] r81428 - /cfe/trunk/test/TestRunner.sh

Daniel Dunbar daniel at zuster.org
Wed Sep 9 21:57:10 PDT 2009


Author: ddunbar
Date: Wed Sep  9 23:57:10 2009
New Revision: 81428

URL: http://llvm.org/viewvc/llvm-project?rev=81428&view=rev
Log:
Don't substitute prcontext.

Modified:
    cfe/trunk/test/TestRunner.sh

Modified: cfe/trunk/test/TestRunner.sh
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/TestRunner.sh?rev=81428&r1=81427&r2=81428&view=diff

==============================================================================
--- cfe/trunk/test/TestRunner.sh (original)
+++ cfe/trunk/test/TestRunner.sh Wed Sep  9 23:57:10 2009
@@ -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 @@
       -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





More information about the cfe-commits mailing list