summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_elm_win.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_elm_win.rb b/test/test_elm_win.rb
index 9bf00ca..01d03a2 100644
--- a/test/test_elm_win.rb
+++ b/test/test_elm_win.rb
@@ -11,7 +11,7 @@ class MyWin < Elm::ElmWin
#
def initialize name, title, &block
super FFI::MemoryPointer::NULL, name, &block
- title = title
+ title_set title
feed
smart_callback_add "delete,request", method(:on_delete), FFI::MemoryPointer.from_string("my data")
end