]> sigrok.org Git - libsigrok.git/commit
tests: strutil, use ck_assert
authorJiri Slaby <redacted>
Tue, 15 Sep 2020 06:50:48 +0000 (08:50 +0200)
committerJiri Slaby <redacted>
Tue, 15 Sep 2020 06:56:21 +0000 (08:56 +0200)
commit505a55f7899ee2eb41418e753a1290252202ecd3
tree7ebacdecee0b30de4a6aaaed76d189e5f0d33817
parent52082147397e53407f23c084fc5d1151ad02cc54
tests: strutil, use ck_assert

We pass no message, so use ck_assert instead of ck_assert_msg. This
results in an error with check 0.15:
tests/strutil.c:157:2: error: too few arguments to function '_ck_assert_failed'
  157 |  ck_assert_msg(saved_locale != NULL);
tests/strutil.c