From 75d8fedcf5cac169af1a8912819672c94083831b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 25 Nov 2021 10:31:07 +0100 Subject: [PATCH] tests/wayland/xdg-apply-limits: Uncomment assert The test driver is needed for the test, so assert it was found. Part-of: --- src/tests/wayland-test-clients/xdg-apply-limits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/wayland-test-clients/xdg-apply-limits.c b/src/tests/wayland-test-clients/xdg-apply-limits.c index 2c51eee80..80fca5798 100644 --- a/src/tests/wayland-test-clients/xdg-apply-limits.c +++ b/src/tests/wayland-test-clients/xdg-apply-limits.c @@ -371,7 +371,7 @@ main (int argc, wl_display_roundtrip (display); - // g_assert_nonnull (test_driver); + g_assert_nonnull (test_driver); surface = wl_compositor_create_surface (compositor); xdg_surface = xdg_wm_base_get_xdg_surface (xdg_wm_base, surface);