mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix typo and copypasta
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -682,12 +682,12 @@ exit:
|
|||||||
@patch("generate_test_code.gen_dependencies")
|
@patch("generate_test_code.gen_dependencies")
|
||||||
@patch("generate_test_code.gen_function_wrapper")
|
@patch("generate_test_code.gen_function_wrapper")
|
||||||
@patch("generate_test_code.parse_function_arguments")
|
@patch("generate_test_code.parse_function_arguments")
|
||||||
def test_functio_name_on_newline(self, parse_function_arguments_mock,
|
def test_function_name_on_newline(self, parse_function_arguments_mock,
|
||||||
gen_function_wrapper_mock,
|
gen_function_wrapper_mock,
|
||||||
gen_dependencies_mock,
|
gen_dependencies_mock,
|
||||||
gen_dispatch_mock):
|
gen_dispatch_mock):
|
||||||
"""
|
"""
|
||||||
Test when exit label is present.
|
Test with line break before the function name.
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
parse_function_arguments_mock.return_value = ([], '', [])
|
parse_function_arguments_mock.return_value = ([], '', [])
|
||||||
|
Reference in New Issue
Block a user