diff mbox

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

Message ID 1440065161-18967-5-git-send-email-christophe.milard@linaro.org
State Accepted
Commit dbcd4a7b3f58e9381dadb0811e88ece873a00016
Headers show

Commit Message

Christophe Milard Aug. 20, 2015, 10:05 a.m. UTC
Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
Reviewed-by: Stuart Haslam <stuart.haslam@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 9b6b125..c4f4aab 100644
--- a/test/validation/errno/errno.c
+++ b/test/validation/errno/errno.c
@@ -20,7 +20,7 @@  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,
 };