summaryrefslogtreecommitdiff
path: root/test/spacing.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/spacing.go')
-rw-r--r--test/spacing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spacing.go b/test/spacing.go
index 16f1b83..610115f 100644
--- a/test/spacing.go
+++ b/test/spacing.go
@@ -41,7 +41,7 @@ func spaceTest() {
a2 := NewArea(w, h, ah)
a3 := NewArea(w, h, ah)
a4 := NewArea(w, h, ah)
- win := NewWindow("Stack", 250, 250, nullwindowhandler{})
+ win := NewWindow("Stack", 250, 250, nullwinhandler{})
win.SetSpaced(true)
win.Open(f(a1, a2))
win = NewWindow("Grid", 250, 250, nullwinhandler{})