~jamesodhunt/upstart/upstart-async-remove-valid-from-JobProcessData

« back to all changes in this revision

Viewing changes to init/tests/test_event.c

  • Committer: James Hunt
  • Date: 2014-05-22 12:09:37 UTC
  • mfrom: (1650.2.1 trunk)
  • Revision ID: james.hunt@ubuntu.com-20140522120937-g6uaqy3b6uy3ca1p
* Merge of lp:~xnox/upstart/async-remove-duplicate-event.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1730
1730
                        nih_hash_add (job_classes, &class->entry);
1731
1731
                }
1732
1732
 
1733
 
                event_poll ();
1734
 
 
 
1733
                //FIXME must run without TEST_ALLOC_SAFE
 
1734
                TEST_ALLOC_SAFE {
 
1735
                    event_poll ();
 
1736
                }
1735
1737
                TEST_FREE (event);
1736
1738
 
1737
1739
                TEST_HASH_NOT_EMPTY (class->instances);