From cb79df2c47fd568f968b7cbfa161c87b153e7f62 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 25 Aug 2010 20:55:59 +0300 Subject: [PATCH] testsuite: use correct return type gcc was complaining about the comparision due to wrong type. --- testsuite/compile_parse.c | 2 +- testsuite/compile_parse_c.c | 2 +- testsuite/compile_parse_neon.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/compile_parse.c b/testsuite/compile_parse.c index 105ef17..59b144f 100644 --- a/testsuite/compile_parse.c +++ b/testsuite/compile_parse.c @@ -43,7 +43,7 @@ main (int argc, char *argv[]) n = orc_parse (code, &programs); for(i=0;iname); ret = orc_test_gcc_compile (programs[i]); diff --git a/testsuite/compile_parse_c.c b/testsuite/compile_parse_c.c index a950fdc..8862003 100644 --- a/testsuite/compile_parse_c.c +++ b/testsuite/compile_parse_c.c @@ -37,7 +37,7 @@ main (int argc, char *argv[]) n = orc_parse (code, &programs); for(i=0;iname); ret = orc_test_gcc_compile (programs[i]); diff --git a/testsuite/compile_parse_neon.c b/testsuite/compile_parse_neon.c index d65ce60..730a6e6 100644 --- a/testsuite/compile_parse_neon.c +++ b/testsuite/compile_parse_neon.c @@ -43,7 +43,7 @@ main (int argc, char *argv[]) n = orc_parse (code, &programs); for(i=0;iname); ret = orc_test_gcc_compile_neon (programs[i]); -- 2.7.4