summaryrefslogtreecommitdiff
path: root/test/lib/test_errno_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/test_errno_str.c')
-rw-r--r--test/lib/test_errno_str.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/test_errno_str.c b/test/lib/test_errno_str.c
index 8a9f1fd9805..967ecfd56f1 100644
--- a/test/lib/test_errno_str.c
+++ b/test/lib/test_errno_str.c
@@ -9,7 +9,6 @@
* This has to be considered in testing.
*/
-#include <common.h>
#include <command.h>
#include <errno.h>
#include <test/lib.h>
@@ -42,5 +41,4 @@ static int lib_errno_str(struct unit_test_state *uts)
return 0;
}
-
LIB_TEST(lib_errno_str, 0);