From 32c38cccd4e6ff7641cc1fb407580dac348f77a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 5 Nov 2013 20:37:26 +0100 Subject: [PATCH] test: Remove unreachable code in test_b64decode --- test/offline/b64decode.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/offline/b64decode.c b/test/offline/b64decode.c index 43633b2..31aa22a 100644 --- a/test/offline/b64decode.c +++ b/test/offline/b64decode.c @@ -35,9 +35,6 @@ static int test_b64decode(const void *input, const void *correct, FAIL_TEST("Output length differs: expected=%zd, got=%zd", correct_length, length); } - - free(output); - FAIL_TEST("Test could not been judged -- Internal test error"); } -- 2.11.4.GIT