summaryrefslogtreecommitdiff
path: root/test/lib/sscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/sscanf.c')
-rw-r--r--test/lib/sscanf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/sscanf.c b/test/lib/sscanf.c
index 772e4b92042..3a2ec8ffa5f 100644
--- a/test/lib/sscanf.c
+++ b/test/lib/sscanf.c
@@ -9,7 +9,6 @@
* Unit tests for sscanf() function
*/
-#include <common.h>
#include <command.h>
#include <log.h>
#include <test/lib.h>
@@ -170,5 +169,4 @@ static int lib_sscanf(struct unit_test_state *uts)
return 0;
}
-
LIB_TEST(lib_sscanf, 0);