diff options
author | sebres <sebres@users.sourceforge.net> | 2018-08-29 16:58:06 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2018-08-29 16:58:06 (GMT) |
commit | 9cec6bac276f8925b60a49891c272be0b5e3e3f3 (patch) | |
tree | 48738e99bf66332f210fd615c79738ea645c6f7c | |
parent | 9b7ce068fe00fb30818dff8934c1417a482a4a12 (diff) | |
download | tcl-9cec6bac276f8925b60a49891c272be0b5e3e3f3.zip tcl-9cec6bac276f8925b60a49891c272be0b5e3e3f3.tar.gz tcl-9cec6bac276f8925b60a49891c272be0b5e3e3f3.tar.bz2 |
tcltest: forgotten built-in constraint "slowTest"
-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 d513856..028d4fa 100644 --- a/tests/tcltest.test +++ b/tests/tcltest.test @@ -311,7 +311,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 socket + nonPortable notRoot nt pc pcCrash pcOnly root singleTestInterp slowTest socket stdio tempNotMac tempNotPc tempNotUnix tempNotWin unix unixCrash unixExecs unixOnly unixOrPc unixOrWin userInteraction win winCrash winOnly }] |