diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2024-06-21 10:52:24 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2024-06-21 10:52:24 (GMT) |
| commit | 3b83bd09546973edf1b29a0373f156faddd90352 (patch) | |
| tree | aaf73402ce901f614c6cee9748f7ccedbad4d4bf | |
| parent | e83954d81f5ad30df0736d1cb12f5240bb8e896c (diff) | |
| download | tcl-3b83bd09546973edf1b29a0373f156faddd90352.zip tcl-3b83bd09546973edf1b29a0373f156faddd90352.tar.gz tcl-3b83bd09546973edf1b29a0373f156faddd90352.tar.bz2 | |
Fix test constraint
| -rw-r--r-- | tests/icu.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/icu.test b/tests/icu.test index 3f5ed0e..522ed53 100644 --- a/tests/icu.test +++ b/tests/icu.test @@ -7,7 +7,7 @@ if {"::tcltest" ni [namespace children]} { # Force late loading of ICU if present catch {::tcl::unsupported::icu} -testConstraint icu [expr {[info commands ::tcl::unsupported::icu] ne ""}] +testConstraint icu [expr {[info commands ::tcl::unsupported::icu::detect] ne ""}] namespace eval icu { test icu-detect-0 {Return list of ICU encodings} -constraints icu -body { |
