diff options
author | dgp <dgp@users.sourceforge.net> | 2018-10-17 16:37:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-10-17 16:37:20 (GMT) |
commit | 128086366a605d15a1a331e53e516f3e2a2acab3 (patch) | |
tree | 060d9261e777b81a4276695532b35a3b00caaa52 /tests/tcltest.test | |
parent | da2d06ef7001453e949f73dff29d7f3720c11cee (diff) | |
parent | e154c5151281fbbe01ef1361f5f6980a5ec5a6d3 (diff) | |
download | tcl-128086366a605d15a1a331e53e516f3e2a2acab3.zip tcl-128086366a605d15a1a331e53e516f3e2a2acab3.tar.gz tcl-128086366a605d15a1a331e53e516f3e2a2acab3.tar.bz2 |
merge 8.7
Diffstat (limited to 'tests/tcltest.test')
-rw-r--r-- | tests/tcltest.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcltest.test b/tests/tcltest.test index 2eb4a70..b8e9138 100644 --- a/tests/tcltest.test +++ b/tests/tcltest.test @@ -312,7 +312,7 @@ test tcltest-5.5 {InitConstraints: list of built-in constraints} \ -result [lsort { 95 98 asyncPipeClose eformat emptyTest exec hasIsoLocale interactive knownBug mac macCrash macOnly macOrPc macOrUnix macOrWin nonBlockFiles - nonPortable notRoot nt pc pcCrash pcOnly root singleTestInterp slowTest socket + nonPortable notRoot nt pc pcCrash pcOnly root singleTestInterp socket stdio tempNotMac tempNotPc tempNotUnix tempNotWin unix unixCrash unixExecs unixOnly unixOrPc unixOrWin userInteraction win winCrash winOnly }] |