diff options
| author | Pietro Gagliardi <[email protected]> | 2014-09-03 18:36:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-09-03 18:36:33 -0400 |
| commit | fd0ef41965bbf478899cc02a2adc30132c4f5521 (patch) | |
| tree | 3a2eb2056630bbfa36c7cf8dc98d329ccd035bdd /zz_test.go | |
| parent | 3bd1ec9334856e4071cc4f1b3106efc1f44db30d (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
