diff options
Diffstat (limited to 'lang/tclX/files/tcl86-test-patch')
-rw-r--r-- | lang/tclX/files/tcl86-test-patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/tclX/files/tcl86-test-patch b/lang/tclX/files/tcl86-test-patch new file mode 100644 index 000000000000..7812ad31fb35 --- /dev/null +++ b/lang/tclX/files/tcl86-test-patch @@ -0,0 +1,14 @@ +--- tests/profile.test 2012-11-06 18:00:07.000000000 -0500 ++++ tests/profile.test 2014-08-01 20:23:17.000000000 -0400 +@@ -310,5 +310,4 @@ + {{::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \ + {{::ProcE4 ::ProcB4 ::ProcA4 <global>} 1} \ +- {{::error ::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \ + {{::profile <global>} 1}] + +@@ -336,5 +335,4 @@ + {{::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \ + {{::ProcE4 ::ProcB4 ::ProcA4 <global>} 1} \ +- {{::error ::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \ + {{::profile <global>} 1}] + |