Re: [PATCH libinput 03/26] test: fix double comparison macros

2015-02-24 Thread Peter Hutterer
On Tue, Feb 24, 2015 at 11:20:49AM -0500, Benjamin Tissoires wrote: > On Tue, Feb 24, 2015 at 1:21 AM, Peter Hutterer > wrote: > > args needs to be within () to ensure correct calculation > > > > Signed-off-by: Peter Hutterer > > --- > > test/litest.h | 12 ++-- > > 1 file changed, 6 ins

Re: [PATCH libinput 03/26] test: fix double comparison macros

2015-02-24 Thread Benjamin Tissoires
On Tue, Feb 24, 2015 at 1:21 AM, Peter Hutterer wrote: > args needs to be within () to ensure correct calculation > > Signed-off-by: Peter Hutterer > --- > test/litest.h | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/test/litest.h b/test/litest.h > index 45

[PATCH libinput 03/26] test: fix double comparison macros

2015-02-23 Thread Peter Hutterer
args needs to be within () to ensure correct calculation Signed-off-by: Peter Hutterer --- test/litest.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/litest.h b/test/litest.h index 4553c87..dd1ad9a 100644 --- a/test/litest.h +++ b/test/litest.h @@ -195,22