examples: test-cgroups: don't put code with side effects into g_assert()
authorTim-Philipp Müller <tim@centricular.com>
Tue, 25 Feb 2014 14:11:00 +0000 (14:11 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 25 Feb 2014 14:11:00 +0000 (14:11 +0000)
commit2234b4a503ec82c028c0931f070ba8aaaa075a98
tree2552718d8ec68407df2a6d2ca0fa331e655a262f
parent035d95159197df995e9989661b6310905ebdaf6b
examples: test-cgroups: don't put code with side effects into g_assert()

The g_assert() might get compiled out with the right
compiler/preprocessor flags.
examples/test-cgroups.c