test: type-safe two ck_assert invocations
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 4 May 2015 01:27:25 +0000 (11:27 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 18 May 2015 10:55:47 +0000 (20:55 +1000)
commit7b965b63c03015ed350d1308277868b7e4644ca4
tree32178ddb8a67e1d352473cee2e4e45c2a15e0822
parent6acd97457fa0d496b3b72c1a969e5b41cefca2bc
test: type-safe two ck_assert invocations

unsigned vs signed in both cases, but the ck_assert macros hide that
(everything is cast to intmax_t). The upcoming litest_assert wrappers expose
these warnings, so fix them ahead of time.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest.c