diff options
author | dgp <dgp@users.sourceforge.net> | 2022-11-14 17:23:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-11-14 17:23:52 (GMT) |
commit | 2a1443e0e07d217161b094cf6e550f63ef2cab54 (patch) | |
tree | b20d3f1b4a13f6fb22dc7774a8299cdc03acfee6 /tests/platform.test | |
parent | a76725bab7f4ec134d7af05fe936cbe9c4c15349 (diff) | |
download | tcl-2a1443e0e07d217161b094cf6e550f63ef2cab54.zip tcl-2a1443e0e07d217161b094cf6e550f63ef2cab54.tar.gz tcl-2a1443e0e07d217161b094cf6e550f63ef2cab54.tar.bz2 |
Test suite hygiene
- Several tests missing the "testdstring" constraint
- [package require tcltests] is fragile, and almost all test files that
had it were not making use of anything it provides. Removed.
Diffstat (limited to 'tests/platform.test')
-rw-r--r-- | tests/platform.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/platform.test b/tests/platform.test index 042469b..6b775cf 100644 --- a/tests/platform.test +++ b/tests/platform.test @@ -10,7 +10,6 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. package require tcltest 2.5 -package require tcltests namespace eval ::tcl::test::platform { namespace import ::tcltest::testConstraint |