summaryrefslogtreecommitdiffstats
path: root/tests/regexp.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-18 09:43:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-18 09:43:03 (GMT)
commit43d72b8d8e0d029c39b3c9abbb84f196aed496f5 (patch)
treee97b95822a8a721117cc123371a30b9aa1850f96 /tests/regexp.test
parent8fbe8df970a5b40d4cb092a3c12986e1cc154fb9 (diff)
downloadtcl-43d72b8d8e0d029c39b3c9abbb84f196aed496f5.zip
tcl-43d72b8d8e0d029c39b3c9abbb84f196aed496f5.tar.gz
tcl-43d72b8d8e0d029c39b3c9abbb84f196aed496f5.tar.bz2
separate "testConstraint nodep" in tcltests.tcl
Diffstat (limited to 'tests/regexp.test')
-rw-r--r--tests/regexp.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/regexp.test b/tests/regexp.test
index 6bed21e..a44f2e3 100644
--- a/tests/regexp.test
+++ b/tests/regexp.test
@@ -17,9 +17,8 @@ if {"::tcltest" ni [namespace children]} {
}
unset -nocomplain foo
-
+package require tcltests
testConstraint exec [llength [info commands exec]]
-testConstraint nodep [info exists tcl_precision]
# Used for constraining memory leak tests
testConstraint memory [llength [info commands memory]]