summaryrefslogtreecommitdiff
path: root/zz_test.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-09-03 18:36:33 -0400
committerPietro Gagliardi <[email protected]>2014-09-03 18:36:33 -0400
commitfd0ef41965bbf478899cc02a2adc30132c4f5521 (patch)
tree3a2eb2056630bbfa36c7cf8dc98d329ccd035bdd /zz_test.go
parent3bd1ec9334856e4071cc4f1b3106efc1f44db30d (diff)
Set up a replacement for the new Grid test. It doesn't work, but now we can more easily fix it.
Diffstat (limited to 'zz_test.go')
-rw-r--r--zz_test.go2
1 files changed, 1 insertions, 1 deletions
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()