aboutsummaryrefslogtreecommitdiff
path: root/tests/bgti_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bgti_u.c')
-rw-r--r--tests/bgti_u.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/bgti_u.c b/tests/bgti_u.c
index 8701fa6..c0055d4 100644
--- a/tests/bgti_u.c
+++ b/tests/bgti_u.c
@@ -2,8 +2,10 @@
#include <assert.h>
#include "do_jit.h"
-int main()
+int main(int argc, char *argv[])
{
+ (void)argv;
+ bool do_jit = argc > 1;
struct ejit_operand operands[1] = {
EJIT_OPERAND_GPR(0, EJIT_TYPE(long))
};