Re: [PATCH wayland] tests: Add nullable check to wl_message_count_arrays

2016-11-18 Thread Pekka Paalanen
On Fri, 11 Nov 2016 07:08:09 -0800 Yong Bakos wrote: > From: Yong Bakos > > Array argument symbols in a wl_message may be nullable, but the test for > wl_message_count_arrays did not test this. Add one more wl_message with > nullable array arguments. > > Signed-off-by: Yong Bakos > --- > tes

[PATCH wayland] tests: Add nullable check to wl_message_count_arrays

2016-11-11 Thread Yong Bakos
From: Yong Bakos Array argument symbols in a wl_message may be nullable, but the test for wl_message_count_arrays did not test this. Add one more wl_message with nullable array arguments. Signed-off-by: Yong Bakos --- tests/message-test.c | 6 -- 1 file changed, 4 insertions(+), 2 deletion