summaryrefslogtreecommitdiffstats
path: root/test/test_ecore_pipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ecore_pipe.rb')
-rw-r--r--test/test_ecore_pipe.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_ecore_pipe.rb b/test/test_ecore_pipe.rb
index e2786b3..93d83c6 100644
--- a/test/test_ecore_pipe.rb
+++ b/test/test_ecore_pipe.rb
@@ -14,6 +14,7 @@ class MyWin < Elm::ElmWin
def initialize
super(nil, "Pipe test") do
title_set "Hello, World!"
+ smart_callback_add("delete,request", ->(*_) { Elm.exit }, nil)
resize 200, 100
show
end