Skip to content

Commit c20b616

Browse files
committed
message.test: revert changes (it doesn't have any relocated utility procs)
1 parent 9d75356 commit c20b616

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/message.test

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ namespace import ::tcltest::*
1111
tcltest::loadTestedCommands
1212
eval tcltest::configure $argv
1313

14-
# Import utility procs for specific functional areas
15-
namespace import -force ::tk::test::image::*
1614

1715
test message-1.1 {configuration option: "anchor"} -setup {
1816
message .m -borderwidth 2 -highlightthickness 2 -font {Helvetica -12 bold}
@@ -510,10 +508,5 @@ test message-4.2 {Bug [5d991b822e]} {
510508
unset new
511509
} {}
512510

513-
#
514-
# CLEANUP
515-
#
516-
517-
namespace forget ::tk::test::image::*
518511
cleanupTests
519512
return

0 commit comments

Comments
 (0)