projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88feb3f
)
test: fix missing END_TEST for strv_for_each_test
author
Peter Hutterer
<peter.hutterer@who-t.net>
Sat, 12 Oct 2024 10:21:59 +0000
(20:21 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 15 Oct 2024 02:44:27 +0000
(12:44 +1000)
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1059>
test/test-utils.c
patch
|
blob
|
history
diff --git
a/test/test-utils.c
b/test/test-utils.c
index 314ae13afb3691bddebd8a31408b9118ba36eaf1..cfa3c05f8a663334c97c5d7a47af0f29335eb992 100644
(file)
--- a/
test/test-utils.c
+++ b/
test/test-utils.c
@@
-1182,6
+1182,7
@@
START_TEST(strv_for_each_test)
t++;
}
}
+END_TEST
START_TEST(double_array_from_string_test)
{