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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go
index edc0e1e..3ca54e2 100644
--- a/redo/zz_test.go
+++ b/redo/zz_test.go
@@ -142,6 +142,7 @@ func (tw *testwin) make(done chan struct{}) {
NewVerticalStack(
NewButton("Small"),
NewButton("Small"),
+ NewTextField(),
NewArea(200, 200, &areaHandler{*defocuses})))
tw.wsmall.Show()
}