summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go
index 36339ca..fe685cc 100644
--- a/test/main.go
+++ b/test/main.go
@@ -112,7 +112,6 @@ var invalidBefore = flag.Bool("invalid", false, "run invalid test before opening
func myMain() {
w := NewWindow("Main Window", 320, 240)
- w.Closing = Event()
b := NewButton("Click Me")
b2 := NewButton("Or Me")
s2 := NewHorizontalStack(b, b2)