Signed-off-by: Christophe Milard <[email protected]>
---
 test/validation/errno/errno.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/validation/errno/errno.c b/test/validation/errno/errno.c
index ac1d93c..85b800c 100644
--- a/test/validation/errno/errno.c
+++ b/test/validation/errno/errno.c
@@ -19,7 +19,7 @@ static void errno_test_odp_errno_sunny_day(void)
 }
 
 CU_TestInfo errno_suite[] = {
-       {"sunny day", errno_test_odp_errno_sunny_day},
+       _CU_TEST_INFO(errno_test_odp_errno_sunny_day),
        CU_TEST_INFO_NULL,
 };
 
-- 
1.9.1

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to