diff mbox

[04/13] validation: errno: using _CU_TEST_INFO()

Message ID 1438001035-21900-5-git-send-email-christophe.milard@linaro.org
State Superseded
Headers show

Commit Message

Christophe Milard July 27, 2015, 12:43 p.m. UTC
Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/errno/errno.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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,
 };