summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2024-04-22 01:49:29 (GMT)
committergriffin <briang42@easystreet.net>2024-04-22 01:49:29 (GMT)
commit30bd5e008251e43f6ecd7a60b81165df12dcb1a2 (patch)
treea56b4dff0222f40651364189b7876d24ca3d6b1d /tests/dict.test
parentb6fecdd5e01f1266c17ad234785a633138548f99 (diff)
downloadtcl-30bd5e008251e43f6ecd7a60b81165df12dcb1a2.zip
tcl-30bd5e008251e43f6ecd7a60b81165df12dcb1a2.tar.gz
tcl-30bd5e008251e43f6ecd7a60b81165df12dcb1a2.tar.bz2
Remove abstractlist extension from dict objtype.
Diffstat (limited to 'tests/dict.test')
-rw-r--r--tests/dict.test5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/dict.test b/tests/dict.test
index 59b600e..9bbd417 100644
--- a/tests/dict.test
+++ b/tests/dict.test
@@ -151,11 +151,6 @@ test dict-3.16 {dict/list shimmering - Bug 3004007} testobj {
dict get $l q
list $l [testobj objtype $l]
} {{p 1 p 2 q 3} dict}
-test dict-3.17 {dict/list shimmering - Bug 3004007} testobj {
- set l [list p 1 p 2 q 3]
- dict get $l q
- list [llength $l] [testobj objtype $l]
-} {6 dict}
test dict-4.1 {dict replace command} {
dict replace {a b c d}