summaryrefslogtreecommitdiff
path: root/pr/tests/joinkk.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/joinkk.c')
-rw-r--r--pr/tests/joinkk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/joinkk.c b/pr/tests/joinkk.c
index f3b5396d..5c2e4e9c 100644
--- a/pr/tests/joinkk.c
+++ b/pr/tests/joinkk.c
@@ -154,12 +154,12 @@ static PRIntn PR_CALLBACK RealMain( PRIntn argc, char **argv )
if(failed_already)
{
printf("FAIL\n");
- return 0;
+ return 1;
}
else
{
printf("PASS\n");
- return 1;
+ return 0;
}
}