summaryrefslogtreecommitdiffstats
path: root/tests/tcltests.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 14:16:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 14:16:37 (GMT)
commitf24bab84df2f1940c0a8004c4ee69c3c48da3126 (patch)
tree9186c8132b0b991dcfb12ac8a66153d5281a153b /tests/tcltests.tcl
parent6416a20fd8e2a665f23a1df31e0881b7a91185d4 (diff)
downloadtcl-f24bab84df2f1940c0a8004c4ee69c3c48da3126.zip
tcl-f24bab84df2f1940c0a8004c4ee69c3c48da3126.tar.gz
tcl-f24bab84df2f1940c0a8004c4ee69c3c48da3126.tar.bz2
Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in debug mode
Diffstat (limited to 'tests/tcltests.tcl')
-rw-r--r--tests/tcltests.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcltests.tcl b/tests/tcltests.tcl
index 0cabaaa..61366a4 100644
--- a/tests/tcltests.tcl
+++ b/tests/tcltests.tcl
@@ -8,7 +8,6 @@ namespace import ::tcltest::*
testConstraint exec [llength [info commands exec]]
testConstraint deprecated [expr {![tcl::build-info no-deprecate]}]
testConstraint debug [tcl::build-info debug]
-testConstraint ndebug [expr {![tcl::build-info debug]}]
testConstraint purify [tcl::build-info purify]
testConstraint debugpurify [
expr {