diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-09 17:09:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-09 17:09:56 (GMT) |
commit | 1a567dbf84dd441c71e4fe4f598d21a291cda91b (patch) | |
tree | 489f53b096419107562ac184dc191b268a38e750 /tests | |
parent | b714d266298b18489995ea64d1ebf37b7b51fe5c (diff) | |
parent | 2161463b5bc87cbef712465067c0b4fde52a699d (diff) | |
download | tcl-1a567dbf84dd441c71e4fe4f598d21a291cda91b.zip tcl-1a567dbf84dd441c71e4fe4f598d21a291cda91b.tar.gz tcl-1a567dbf84dd441c71e4fe4f598d21a291cda91b.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tcltests.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcltests.tcl b/tests/tcltests.tcl index 61076f5..cc0d6a7 100644 --- a/tests/tcltests.tcl +++ b/tests/tcltests.tcl @@ -3,7 +3,7 @@ package require tcltest 2.5 namespace import ::tcltest::* testConstraint exec [llength [info commands exec]] -testConstraint nodep [expr {![tcl::build-info no-deprecate]}] +testConstraint deprecated [expr {![tcl::build-info no-deprecate]}] testConstraint debug [tcl::build-info debug] testConstraint purify [tcl::build-info purify] testConstraint debugpurify [ |