diff options
Diffstat (limited to 'tests/conform/test-fixed.c')
-rw-r--r-- | tests/conform/test-fixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conform/test-fixed.c b/tests/conform/test-fixed.c index 78c34453..175b2d19 100644 --- a/tests/conform/test-fixed.c +++ b/tests/conform/test-fixed.c @@ -4,7 +4,7 @@ #include "test-conform-common.h" void -test_cogl_fixed (TestUtilsGTestFixture *fixture, +test_fixed (TestUtilsGTestFixture *fixture, void *data) { g_assert_cmpint (COGL_FIXED_1, ==, COGL_FIXED_FROM_FLOAT (1.0)); |