commit | 0540fe74e3ac2ed08fd628e7a79ebbab547065c3 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Thu Jul 27 14:17:27 2023 +0100 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Thu Jul 27 14:17:27 2023 +0100 |
tree | 7348af8d802cf26bd12b3fdfabb28fa8cd657fda | |
parent | e4e9e7da58ac378aba8412f013892b760f55c8b7 [diff] [blame] |
Fix code style Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/tests/suites/test_suite_hkdf.function b/tests/suites/test_suite_hkdf.function index b3ccfb0..becf672 100644 --- a/tests/suites/test_suite_hkdf.function +++ b/tests/suites/test_suite_hkdf.function
@@ -27,7 +27,7 @@ TEST_ASSERT(ret == 0); TEST_MEMORY_COMPARE(okm, expected_okm->len, - expected_okm->x, expected_okm->len); + expected_okm->x, expected_okm->len); exit: MD_PSA_DONE();