mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 11:10:29 +01:00
test: improve an error message for unhandled parameter types
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1204>
This commit is contained in:
parent
c4b8cb6423
commit
d5cd398b77
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ _litest_parameters_new(const char *name, ...) {
|
|||
break;
|
||||
}
|
||||
default:
|
||||
abort();
|
||||
litest_abort_msg("Unhandled parameter type '%c'", type);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue