commit | 95ec58cc12326b5ed8270db505d8a1e366b619a7 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Thu Jan 05 12:26:48 2023 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Fri Jan 20 14:04:48 2023 +0000 |
tree | ce6f93088498e58b653d27bb3ac21c78e7d91199 | |
parent | 7f376fa6fc2f1536aa17440ea2e4bb80ee454f26 [diff] |
Remove not-needed stdio include from tests Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/tests/suites/test_suite_alignment.function b/tests/suites/test_suite_alignment.function index 6c98f23..f670331 100644 --- a/tests/suites/test_suite_alignment.function +++ b/tests/suites/test_suite_alignment.function
@@ -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.
diff --git a/tests/suites/test_suite_constant_time.function b/tests/suites/test_suite_constant_time.function index 211a656..aa605d2 100644 --- a/tests/suites/test_suite_constant_time.function +++ b/tests/suites/test_suite_constant_time.function
@@ -15,8 +15,6 @@ #include <test/constant_flow.h> /* END_HEADER */ -#include <stdio.h> - /* BEGIN_CASE */ void mbedtls_ct_memcmp_null() {