diff options
Diffstat (limited to 'tests/proxy-test.c')
| -rw-r--r-- | tests/proxy-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/proxy-test.c b/tests/proxy-test.c index c09468d..2a8f425 100644 --- a/tests/proxy-test.c +++ b/tests/proxy-test.c @@ -118,6 +118,8 @@ TEST(proxy_tag) wl_proxy_set_tag((struct wl_proxy *) client.callback_b, &tag_b); + assert(wl_proxy_get_display((struct wl_proxy *) client.callback_b) == client.display); + wl_display_flush(client.display); while (server.sync_count < 2) { |
