[PATCH 3/4] queue-test: Add another assertion

Bill Spitzak spitzak at gmail.com
Sun Sep 28 18:56:54 PDT 2014


On 09/28/2014 11:49 AM, Karsten Otto wrote:

> -	wl_display_roundtrip(display);
> +	assert(wl_display_roundtrip(display) != -1);

You can't put code that you require to run in an assert.



More information about the wayland-devel mailing list