mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Fix generate_test_code.py unit tests
This commit is contained in:
@@ -170,7 +170,6 @@ class GenFunctionWrapper(TestCase):
|
|||||||
void test_a_wrapper( void ** params )
|
void test_a_wrapper( void ** params )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
test_a( a, b, c, d );
|
test_a( a, b, c, d );
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
@@ -186,7 +185,6 @@ void test_a_wrapper( void ** params )
|
|||||||
expected = '''
|
expected = '''
|
||||||
void test_a_wrapper( void ** params )
|
void test_a_wrapper( void ** params )
|
||||||
{
|
{
|
||||||
|
|
||||||
int x = 1;
|
int x = 1;
|
||||||
test_a( x, b, c, d );
|
test_a( x, b, c, d );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user