summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-29 18:48:37 +0200
committerAmy Winston <amynka@gentoo.org>2016-10-14 19:34:14 +0200
commita72f0d878c7213664e1207938646d38f2bcec4b2 (patch)
treeb217c4656b04e39ed6459d2d2ec010edbc45838e /dev-tcltk/itcl
parentdev-tcltk/expect: remove unused patches (diff)
downloadgentoo-a72f0d878c7213664e1207938646d38f2bcec4b2.tar.gz
gentoo-a72f0d878c7213664e1207938646d38f2bcec4b2.tar.bz2
gentoo-a72f0d878c7213664e1207938646d38f2bcec4b2.zip
dev-tcltk/itcl: remove unused patch
Diffstat (limited to 'dev-tcltk/itcl')
-rw-r--r--dev-tcltk/itcl/files/3.4_beta1-test.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-tcltk/itcl/files/3.4_beta1-test.patch b/dev-tcltk/itcl/files/3.4_beta1-test.patch
deleted file mode 100644
index 16e7fce59c67..000000000000
--- a/dev-tcltk/itcl/files/3.4_beta1-test.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- itcl/tests/ensemble.test | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/itcl/tests/ensemble.test b/itcl/tests/ensemble.test
-index c21531e..c36ad5f 100644
---- a/itcl/tests/ensemble.test
-+++ b/itcl/tests/ensemble.test
-@@ -98,7 +98,7 @@ test ensemble-1.10 {part errors are handled gracefully} {
-
- test ensemble-1.11 {part argument errors are handled gracefully} {
- list [catch "itcl::ensemble test_numbers {part foo {{}} {}}" msg] $msg $errorInfo
--} {1 {procedure "foo" has argument with no name} {procedure "foo" has argument with no name
-+} {1 {argument with no name} {argument with no name
- while executing
- "part foo {{}} {}"
- ("ensemble" body line 1)