~xnox/upstart/shrink-notifications

« back to all changes in this revision

Viewing changes to init/tests/test_job_class.c

  • Committer: Dimitri John Ledkov
  • Date: 2014-06-05 22:35:01 UTC
  • mfrom: (1620.2.44 upstart-async)
  • Revision ID: dimitri.ledkov@canonical.com-20140605223501-z4hj7xddug95y59u
Merge cgroups work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
                TEST_FALSE (class->deleted);
153
153
 
 
154
                TEST_LIST_EMPTY (&class->cgroups);
 
155
 
154
156
                nih_free (class);
155
157
        }
156
158
}