From fd0ef41965bbf478899cc02a2adc30132c4f5521 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 3 Sep 2014 18:36:33 -0400 Subject: Set up a replacement for the new Grid test. It doesn't work, but now we can more easily fix it. --- zz_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zz_test.go') diff --git a/zz_test.go b/zz_test.go index 729e253..c851161 100644 --- a/zz_test.go +++ b/zz_test.go @@ -147,7 +147,7 @@ func (tw *testwin) make(done chan struct{}) { }) tw.icons, tw.il = readIcons() // repainter uses these tw.repainter = newRepainter(15) - tw.t.Append("Repaint", tw.repainter.stack) + tw.t.Append("Repaint", tw.repainter.grid) tw.addfe() tw.icontbl = NewTable(reflect.TypeOf(icon{})) tw.icontbl.Lock() -- cgit v1.2.3