mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 08:00:08 +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_TIMEOUT:
|
||||||
case LITEST_SYSTEM_ERROR:
|
case LITEST_SYSTEM_ERROR:
|
||||||
break;
|
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 push
|
||||||
#pragma GCC diagnostic ignored "-Wswitch"
|
#pragma GCC diagnostic ignored "-Wswitch"
|
||||||
case 0:
|
case 0:
|
||||||
|
/* if a test execve's itself allow for the normal
|
||||||
|
* exit codes to map to the results */
|
||||||
t->result = LITEST_PASS;
|
t->result = LITEST_PASS;
|
||||||
break;
|
break;
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue