aboutsummaryrefslogtreecommitdiff
path: root/tests/beqi.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/beqi.c')
-rw-r--r--tests/beqi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/beqi.c b/tests/beqi.c
index 147cd50..ebf149f 100644
--- a/tests/beqi.c
+++ b/tests/beqi.c
@@ -19,8 +19,8 @@ int main()
ejit_select_compile_func(f, 1, 0, EJIT_USE64(long), do_jit);
- assert(ejit_run_func_1(f, EJIT_ARG(0, long)) == 1);
- assert(ejit_run_func_1(f, EJIT_ARG(1, long)) == 0);
+ assert(ejit_run_func_1(f, EJIT_ARG( 0, long)) == 1);
+ assert(ejit_run_func_1(f, EJIT_ARG( 1, long)) == 0);
assert(ejit_run_func_1(f, EJIT_ARG(-1, long)) == 0);
ejit_destroy_func(f);