diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-26 16:26:36 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-26 16:26:36 (GMT) |
| commit | 0f86930eba134fbfe6591c38d04f75762553bc66 (patch) | |
| tree | 634342972f98c986c7e2170b44e1e9f386e148cf /tests/async.test | |
| parent | 0dfcca601117c2ae4f9e13ece4bb99d4f325cfca (diff) | |
| parent | cdd06df9dbc4004de5734dde40d47da74ceb93a6 (diff) | |
| download | tcl-0f86930eba134fbfe6591c38d04f75762553bc66.zip tcl-0f86930eba134fbfe6591c38d04f75762553bc66.tar.gz tcl-0f86930eba134fbfe6591c38d04f75762553bc66.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'tests/async.test')
| -rw-r--r-- | tests/async.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async.test b/tests/async.test index 2d8f678..49a00ff 100644 --- a/tests/async.test +++ b/tests/async.test @@ -21,7 +21,7 @@ catch [list package require -exact tcl::test [info patchlevel]] testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}] testConstraint testasync [llength [info commands testasync]] -testConstraint knownMsvcBug [expr {![info exists ::env(CI_BUILD_WITH_MSVC)]}] +testConstraint knownMsvcBug [string match msvc-* [tcl::build-info compiler]] proc async1 {result code} { global aresult acode |
