mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-03-25 22:56:29 +01:00
Shorten the prefix of the test case belongs to the fix quasi-reduction function
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
26439bf692
commit
b57c908855
|
|
@ -56,7 +56,7 @@ class BignumModRawFixQuasiReduction(bignum_common.ModOperationCommon,
|
|||
"""Test cases for ecp quasi_reduction()."""
|
||||
symbol = "-"
|
||||
test_function = "mpi_mod_raw_fix_quasi_reduction"
|
||||
test_name = "mbedtls_mpi_mod_raw_fix_quasi_reduction"
|
||||
test_name = "fix_quasi_reduction"
|
||||
input_style = "fixed"
|
||||
arity = 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue