Remove not-needed stdio include from tests

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2023-01-05 12:26:48 +00:00
parent 7f376fa6fc
commit 95ec58cc12
2 changed files with 0 additions and 3 deletions

View file

@ -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.

View file

@ -15,8 +15,6 @@
#include <test/constant_flow.h>
/* END_HEADER */
#include <stdio.h>
/* BEGIN_CASE */
void mbedtls_ct_memcmp_null()
{