mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 05:40:04 +01:00
test: move a comment to avoid confusing clang-format
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1246>
This commit is contained in:
parent
c83bd808ae
commit
45ab542cc3
1 changed files with 2 additions and 2 deletions
|
|
@ -408,11 +408,11 @@ litest_runner_test_collect_child(struct litest_runner_test *t)
|
|||
case LITEST_TIMEOUT:
|
||||
case LITEST_SYSTEM_ERROR:
|
||||
break;
|
||||
/* if a test execve's itself allow for the normal
|
||||
* exit codes to map to the results */
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wswitch"
|
||||
case 0:
|
||||
/* if a test execve's itself allow for the normal
|
||||
* exit codes to map to the results */
|
||||
t->result = LITEST_PASS;
|
||||
break;
|
||||
#pragma GCC diagnostic pop
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue