commit | bd51b262d1793dfc48366e92199feb21846de726 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jul 10 15:26:12 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jul 10 16:37:50 2014 +0200 |
tree | 96e9750cc9d176d8b30cce237451204b402eed7e | |
parent | 318d0fe844b111c72df9c4660d1f915423310659 [diff] [blame] |
Add 'exit' label and variable initialization to relevant test suite functions
diff --git a/tests/suites/test_suite_arc4.function b/tests/suites/test_suite_arc4.function index f55a5e8..b6d3d4c 100644 --- a/tests/suites/test_suite_arc4.function +++ b/tests/suites/test_suite_arc4.function
@@ -33,6 +33,7 @@ TEST_ASSERT( strcmp( (char *) dst_hexstr, hex_dst_string ) == 0 ); +exit: arc4_free( &ctx ); } /* END_CASE */