Skip to content

Commit

Permalink
Correct previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
1minus1is0 committed Feb 14, 2025
1 parent 66ba044 commit c5586dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testutils.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ namespace eval tk {

if {[info exists ::env(UNSET_METHOD)] && ($::env(UNSET_METHOD) == 2)} {
puts "USING UNSET METHOD 2"
# First implementation of method 5
# First implementation
rename ::unset ::tk::test::_unset
proc unset {args} {
variable importedVars
Expand All @@ -286,8 +286,8 @@ namespace eval tk {
set noComplain 0
set vars $args
}
set exportingDomain ""
foreach varName $vars {
set exportingDomain ""
foreach domain [array names importedVars] {
if {$varName in $importedVars($domain)} {
set exportingDomain $domain
Expand Down

0 comments on commit c5586dc

Please sign in to comment.