summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-13 10:01:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-13 10:01:37 (GMT)
commit06464aa3be62088cc3c99fc744dd28e8413958d5 (patch)
tree543d507d79bc613ea12ada947983beb8a644b809
parent571eeda5cfeaa44ec1e4ec5374704eb3e1eb3940 (diff)
downloadtcl-06464aa3be62088cc3c99fc744dd28e8413958d5.zip
tcl-06464aa3be62088cc3c99fc744dd28e8413958d5.tar.gz
tcl-06464aa3be62088cc3c99fc744dd28e8413958d5.tar.bz2
Missing ::tcltest::loadTestedCommands
-rw-r--r--tests/binary.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/binary.test b/tests/binary.test
index 07ecf6f..15c0b28 100644
--- a/tests/binary.test
+++ b/tests/binary.test
@@ -14,6 +14,9 @@ if {"::tcltest" ni [namespace children]} {
package require tcltest 2.5
namespace import -force ::tcltest::*
}
+::tcltest::loadTestedCommands
+catch {package require -exact Tcltest [info patchlevel]}
+
testConstraint bigEndian [expr {$tcl_platform(byteOrder) eq "bigEndian"}]
testConstraint littleEndian [expr {$tcl_platform(byteOrder) eq "littleEndian"}]