diff options
Diffstat (limited to 'tests/escapei_float.c')
-rw-r--r-- | tests/escapei_float.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/escapei_float.c b/tests/escapei_float.c index c1c0993..f0fd052 100644 --- a/tests/escapei_float.c +++ b/tests/escapei_float.c @@ -6,7 +6,7 @@ static float func(int32_t a, float b) { return b + a; } -static double escape_func(size_t argc, const struct ejit_arg args[argc]) +static float escape_func(size_t argc, const struct ejit_arg args[argc]) { assert(argc == 2); assert(args[0].type == EJIT_INT32); |