mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
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:
parent
6613c24f1a
commit
75d8fedcf5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user