Skip to content

Commit ee4c6ec

Browse files
committed
testutils.tcl: simplify export from namespace ::tk::test
1 parent a3344da commit ee4c6ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testutils.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ namespace eval tk {
173173
return 30 ; # arbitrary value known to be larger than the menubar height
174174
}
175175
}
176-
namespace export menubarheight
177176
}
178177

179178
# Suspend script execution for a given amount of time, but continue
@@ -193,7 +192,7 @@ namespace eval tk {
193192
unset _pause($num)
194193
}
195194

196-
namespace export assert controlPointerWarpTiming createStdAccessProc deleteWindows fixfocus loadTkCommand _pause
195+
namespace export *
197196
}
198197
}
199198

0 commit comments

Comments
 (0)