]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/test/test-clock.c
test-clock: fix assertions
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 29 Feb 2016 14:16:11 +0000 (15:16 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 29 Feb 2016 14:19:30 +0000 (15:19 +0100)
commitd69d951b11e80dbcc7f62938951832638119bdd9
treefd2a0a788c457edc22646cadb5bdab1f71b6d782
parentcb971cc0317e6767a3394f721eac6efa99f51fed
test-clock: fix assertions

Use assert_se() to ensure that they don't get optimized away.
src/test/test-clock.c