test: Fix compilation on win32
authorAndrea Canciani <ranma42@gmail.com>
Sun, 4 Sep 2011 18:07:57 +0000 (20:07 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Wed, 14 Sep 2011 14:02:59 +0000 (07:02 -0700)
commit25bd96a3d0e935646d54c938bf065696d3a79e07
tree6209b53ecef0ab58d6e46b3770fbc73434395bbd
parent9882d832f60419094c0b379b88fa344490ea36eb
test: Fix compilation on win32

Adding scaling-helpers-test to the testsuite on win32 makes MSVC
complain about int64_t being used as an expression:

scaling-helpers-test.c(27) : error C2275: 'int64_t' : illegal use of
this type as an expression
test/scaling-helpers-test.c