commit | 33b43f1ec3c53ee44ed33d7cf47092261c06aa22 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Aug 20 11:48:36 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Aug 20 11:48:36 2013 +0200 |
tree | 7c1c3f41bc8a1a2f02a6eb66e1a5328072830c05 | |
parent | 55a7e908f26755b4f6f1784da50b47b4c105afad [diff] [blame] |
Converted .function file to c-like format and adapted generator code
diff --git a/tests/suites/main_test.function b/tests/suites/main_test.function index 88bbeb7..f90cedd 100644 --- a/tests/suites/main_test.function +++ b/tests/suites/main_test.function
@@ -242,7 +242,7 @@ fprintf( stdout, "-------\n" ); fflush( stdout ); } - else if( ret == 0 && test_errors == 0 ) + else if( ret == 0 && test_errors == 0 ) { fprintf( stdout, "PASS\n" ); fflush( stdout );