mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-01 04:37:59 +02:00
test: remove an unnecssary arg for the iotest
That's what copy/pasting does... this argument is the user_data pointer which we don't care about here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0ab1458241
commit
6a164dfb3a
1 changed files with 1 additions and 1 deletions
|
|
@ -167,5 +167,5 @@ static const MunitSuite iotest_suite = {
|
|||
int
|
||||
main(int argc, char* argv[MUNIT_ARRAY_PARAM(argc + 1)])
|
||||
{
|
||||
return munit_suite_main(&iotest_suite, (void*) "io/", argc, argv);
|
||||
return munit_suite_main(&iotest_suite, NULL, argc, argv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue