diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 00:28:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 00:28:18 +0000 |
commit | 8ba417cf507fa54f2cc0e22acba3aa0c947ea853 (patch) | |
tree | 20d9faf95e6eb429218287806e95c13361d492ff /lang/itcl/files/patch-tests-ensemble.test | |
parent | Build this port with tix8184. (diff) |
- Backout last update, it broke x11-fm/tkdesk
Reported by: lkoeller
Diffstat (limited to '')
-rw-r--r-- | lang/itcl/files/patch-tests-ensemble.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/itcl/files/patch-tests-ensemble.test b/lang/itcl/files/patch-tests-ensemble.test deleted file mode 100644 index 55d990d9278f..000000000000 --- a/lang/itcl/files/patch-tests-ensemble.test +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/ensemble.test.orig Fri Oct 24 20:00:39 2003 -+++ tests/ensemble.test Fri Oct 24 20:00:53 2003 -@@ -46,7 +46,7 @@ - - test ensemble-1.5 {invoking parts with improper arguments} { - list [catch "test_numbers three x" msg] $msg --} {1 {no value given for parameter "y" to "test_numbers three"}} -+} {1 {wrong # args: should be "test_numbers three x y z"}} - - test ensemble-1.6 {errors trigger a usage summary} { - list [catch "test_numbers foo x y" msg] $msg |