Remove not-needed stdio include from tests
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
7f376fa6fc
commit
95ec58cc12
2 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
#if defined(__clang__)
|
||||
#pragma clang diagnostic ignored "-Wunreachable-code"
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
* Convert a string of the form "abcd" (case-insensitive) to a uint64_t.
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
#include <test/constant_flow.h>
|
||||
/* END_HEADER */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void mbedtls_ct_memcmp_null()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue