mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 12:50:33 +01:00
test: fix double parsing test
We should check that we actually have a double here... Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1059>
This commit is contained in:
parent
8696e80136
commit
88feb3f25c
1 changed files with 1 additions and 1 deletions
|
|
@ -1239,7 +1239,7 @@ START_TEST(quirks_parse_double_attr)
|
|||
if (!rc)
|
||||
continue;
|
||||
|
||||
ck_assert_int_eq(v, t->val);
|
||||
ck_assert_double_eq(v, t->val);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue