summaryrefslogtreecommitdiff
path: root/redo/zz_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/zz_test.go')
-rw-r--r--redo/zz_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go
index e7399f2..b439b34 100644
--- a/redo/zz_test.go
+++ b/redo/zz_test.go
@@ -137,7 +137,7 @@ func (tw *testwin) make(done chan struct{}) {
tw.wsmall = NewWindow("Small", 80, 80,
NewVerticalStack(
NewButton("Small"),
- NewButton("Small"),
+ NewButton("Small 2"),
NewArea(200, 200, &areaHandler{})))
tw.wsmall.Show()
}