From 5d4e5dcd8a186778b3d78e27c81550d07a288fd2 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 18 Jul 2016 15:30:53 -0300 Subject: Imported Upstream version 16.07-rc3 Change-Id: I321148bfa234858ba1986d109470b7aa280cd429 Signed-off-by: Ricardo Salveti --- app/test/test_func_reentrancy.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'app/test/test_func_reentrancy.c') diff --git a/app/test/test_func_reentrancy.c b/app/test/test_func_reentrancy.c index d6e9dd8f..baa01ffc 100644 --- a/app/test/test_func_reentrancy.c +++ b/app/test/test_func_reentrancy.c @@ -507,8 +507,4 @@ test_func_reentrancy(void) return 0; } -static struct test_command func_reentrancy_cmd = { - .command = "func_reentrancy_autotest", - .callback = test_func_reentrancy, -}; -REGISTER_TEST_COMMAND(func_reentrancy_cmd); +REGISTER_TEST_COMMAND(func_reentrancy_autotest, test_func_reentrancy); -- cgit 1.2.3-korg