summaryrefslogtreecommitdiffstats
path: root/tests/listObj.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-27 18:12:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-27 18:12:24 (GMT)
commite5c93914d5de3897143d17c46b6e4faf138db73c (patch)
treeef92791aebce3cc91ebd625875211b7595c68aed /tests/listObj.test
parent2430f497f1715d87f7c9b5f9374320566776fb6f (diff)
downloadtcl-e5c93914d5de3897143d17c46b6e4faf138db73c.zip
tcl-e5c93914d5de3897143d17c46b6e4faf138db73c.tar.gz
tcl-e5c93914d5de3897143d17c46b6e4faf138db73c.tar.bz2
* tests/expr.test: Consolidated equivalent constraints into
* tests/fileName.test: single definitions and (more precise) names: * tests/get.test: longis32bit, 32bit, !intsAre64bit => longIs32bit * tests/listObj.test: empty => emptyTest; winOnly => win * tests/obj.test: intsAre64bit => longIs64bit Also updated some "nonPortable" tests to use constraints that mark precisely what about them isn't portable, so the tests can run where they work.
Diffstat (limited to 'tests/listObj.test')
-rw-r--r--tests/listObj.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/listObj.test b/tests/listObj.test
index aa3f951..a3c9f20 100644
--- a/tests/listObj.test
+++ b/tests/listObj.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: listObj.test,v 1.7 2005/05/17 21:29:18 dgp Exp $
+# RCS: @(#) $Id: listObj.test,v 1.8 2005/07/27 18:12:43 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -19,7 +19,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} {
}
catch {unset x}
-test listobj-1.1 {Tcl_GetListObjType} empty {
+test listobj-1.1 {Tcl_GetListObjType} emptyTest {
# Test removed; tested an internal detail
# that's no longer correct, and duplicated test obj-1.1
} {}