diff options
Diffstat (limited to 'tests/grid.test')
-rw-r--r-- | tests/grid.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/grid.test b/tests/grid.test index bb89096..62e4eb3 100644 --- a/tests/grid.test +++ b/tests/grid.test @@ -5,7 +5,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: grid.test,v 1.34 2008/08/27 18:08:02 pspjuth Exp $ +# RCS: @(#) $Id: grid.test,v 1.35 2009/08/19 23:02:00 pspjuth Exp $ package require tcltest 2.2 eval tcltest::configure $argv @@ -1483,7 +1483,7 @@ test grid-15.2 {lost slave} -body { button .b grid .b -in .f set a [grid slaves .f] - pack .b + pack .b -in .f lappend a [grid slaves .f] grid .b -in .f lappend a [grid slaves .f] |