mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-10 15:40:30 +00:00
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
@ -6,7 +6,6 @@
|
|||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
#pragma clang diagnostic ignored "-Wunreachable-code"
|
#pragma clang diagnostic ignored "-Wunreachable-code"
|
||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convert a string of the form "abcd" (case-insensitive) to a uint64_t.
|
* Convert a string of the form "abcd" (case-insensitive) to a uint64_t.
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
#include <test/constant_flow.h>
|
#include <test/constant_flow.h>
|
||||||
/* END_HEADER */
|
/* END_HEADER */
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
/* BEGIN_CASE */
|
/* BEGIN_CASE */
|
||||||
void mbedtls_ct_memcmp_null()
|
void mbedtls_ct_memcmp_null()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user