mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
tests/wayland-unit: Fix typo
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3032>
This commit is contained in:
parent
ec35d74f1f
commit
bac157b037
@ -323,7 +323,7 @@ on_apply_limits_sync_point (MetaWaylandTestDriver *test_driver,
|
|||||||
|
|
||||||
if (sequence == 0)
|
if (sequence == 0)
|
||||||
g_assert (data->state == APPLY_LIMIT_STATE_INIT);
|
g_assert (data->state == APPLY_LIMIT_STATE_INIT);
|
||||||
else if (sequence == 0)
|
else if (sequence == 1)
|
||||||
g_assert (data->state == APPLY_LIMIT_STATE_RESET);
|
g_assert (data->state == APPLY_LIMIT_STATE_RESET);
|
||||||
|
|
||||||
window = find_client_window ("toplevel-limits-test");
|
window = find_client_window ("toplevel-limits-test");
|
||||||
|
Loading…
Reference in New Issue
Block a user