Fix test case dependency

This commit fixes the error test suite to depend on MBEDTLS_ERROR_C
rather than MBEDTLS_ERRORCOMMON_C.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey 2024-10-21 12:05:20 +01:00
parent bef54c5003
commit b791a88c33

View File

@ -1,9 +1,9 @@
/* BEGIN_HEADER */
#include "mbedtls/error_common.h"
#include "mbedtls/error.h"
/* END_HEADER */
/* BEGIN_DEPENDENCIES
* depends_on:MBEDTLS_ERRORCOMMON_C
* depends_on:MBEDTLS_ERROR_C
* END_DEPENDENCIES
*/