mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-07 05:18:43 +02:00
test: drop a condition from the safe_atou test
If sizeof(long) == sizeof(int), this test won't pass so let's drop it altogether. Fixes #137 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c501dabf39
commit
037bd0cc9c
1 changed files with 0 additions and 1 deletions
|
|
@ -1157,7 +1157,6 @@ START_TEST(safe_atou_test)
|
|||
{ "-1", false, 0 },
|
||||
{ "2147483647", true, 2147483647 },
|
||||
{ "-2147483648", false, 0},
|
||||
{ "4294967295", true, 4294967295 },
|
||||
{ "0x0", false, 0 },
|
||||
{ "-10x10", false, 0 },
|
||||
{ "1x-99", false, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue