mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-17 08:39:53 +00:00
Add cast in test macros.h
Signed-off-by: Agathiyan Bragadeesh <[email protected]>
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
#define TEST_EQUAL(expr1, expr2) \
|
||||
do { \
|
||||
if (!mbedtls_test_equal( #expr1 " == " #expr2, __LINE__, __FILE__, \
|
||||
expr1, expr2)) \
|
||||
(unsigned long long) (expr1), (unsigned long long) (expr2))) \
|
||||
goto exit; \
|
||||
} while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user