diff options
Diffstat (limited to 'test/test_elm_win.rb')
-rw-r--r-- | test/test_elm_win.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_elm_win.rb b/test/test_elm_win.rb index ed6246a..0783441 100644 --- a/test/test_elm_win.rb +++ b/test/test_elm_win.rb @@ -42,7 +42,6 @@ win = MyWin.new "App name", "Window Title" do |w| w.resize 200, 100 w.show end -win.show # Elm.run Elm.shutdown |