tests/wayland/xdg-apply-limits: Uncomment assert

The test driver is needed for the test, so assert it was found.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1993>
This commit is contained in:
Jonas Ådahl 2021-11-25 10:31:07 +01:00 committed by Marge Bot
parent 6613c24f1a
commit 75d8fedcf5

View File

@ -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);