libctf, testsuite: adjust for real return type of ctf_member_count
authorNick Alcock <nick.alcock@oracle.com>
Tue, 5 Jan 2021 19:34:56 +0000 (19:34 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 5 Jan 2021 19:34:56 +0000 (19:34 +0000)
commit0814dbfbfcc9d92ce6adb42412eb555a24c756d4
treec16cce8bc218d19aba965d75d40a177617b73069
parent70d3120f32281980105169dee74440146e97702e
libctf, testsuite: adjust for real return type of ctf_member_count

This returns an int, not a long int or an ssize_t (as one test was
inconsistently assuming).

libctf/ChangeLog
2021-01-05  Nick Alcock  <nick.alcock@oracle.com>

* testsuite/libctf-lookup/struct-iteration.c (main):
ctf_member_count returns an int.
libctf/ChangeLog
libctf/testsuite/libctf-lookup/struct-iteration.c