diff options
Diffstat (limited to 'spec/ecore_spec.rb')
-rw-r--r-- | spec/ecore_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/ecore_spec.rb b/spec/ecore_spec.rb index ddc775e..0632387 100644 --- a/spec/ecore_spec.rb +++ b/spec/ecore_spec.rb @@ -118,10 +118,8 @@ describe "Efl::Ecore #{Efl::Ecore.version.full}" do e2 = FFI::MemoryPointer.new(:int) e2.write_int 666 evt2 = Ecore.event_add Ecore::EVENT_SIGNAL_USER, e2, EVENT_FREE_CB, NONE - Ecore.main_loop_begin # process event Ecore.event_filter_del(filter).address.should == OK.address evt2 = Ecore.event_add Ecore::EVENT_SIGNAL_USER, e2, EVENT_FREE_CB, NONE - Ecore.main_loop_begin # process event end # describe Efl::Ecore::REcorePipe do |