diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-08-04 14:52:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-08-04 14:52:32 (GMT) |
commit | 74d70948ceeadf971baefeb94914732724d1cb9a (patch) | |
tree | 0591d3dcd0d0098b4fc3135ae530e08353d8ed3c /tests/socket.test | |
parent | 7ac3bf24153c2b9bd93dc7b4974e7ad7df158242 (diff) | |
download | tcl-74d70948ceeadf971baefeb94914732724d1cb9a.zip tcl-74d70948ceeadf971baefeb94914732724d1cb9a.tar.gz tcl-74d70948ceeadf971baefeb94914732724d1cb9a.tar.bz2 |
Fix knownMsvcBug testConstraint
Diffstat (limited to 'tests/socket.test')
-rw-r--r-- | tests/socket.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test index 17a635b..4644e1d 100644 --- a/tests/socket.test +++ b/tests/socket.test @@ -79,7 +79,6 @@ testConstraint notWine [expr {![info exists ::env(CI_USING_WINE)]}] # Some tests require the Thread package or exec command testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}] testConstraint exec [llength [info commands exec]] -testConstraint knownMsvcBug [string match msvc-* [tcl::build-info compiler]] testConstraint notWinCI [expr { $tcl_platform(platform) ne "windows" || ![info exists ::env(CI)]}] |