diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-18 09:43:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-18 09:43:03 (GMT) |
commit | 43d72b8d8e0d029c39b3c9abbb84f196aed496f5 (patch) | |
tree | e97b95822a8a721117cc123371a30b9aa1850f96 /tests/regexp.test | |
parent | 8fbe8df970a5b40d4cb092a3c12986e1cc154fb9 (diff) | |
download | tcl-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.test | 3 |
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]] |