test: fix missing END_TEST for strv_for_each_test

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1059>
This commit is contained in:
Peter Hutterer 2024-10-12 20:21:59 +10:00
parent 88feb3f25c
commit 99961d4bd1

View file

@ -1182,6 +1182,7 @@ START_TEST(strv_for_each_test)
t++;
}
}
END_TEST
START_TEST(double_array_from_string_test)
{