Tests: Correct include in TestMLDSA

This doesn't need LibWeb, it just needs LibCrypto. The previous include
would transitively include what was needed, but also included
`LibWeb/Bindings/SubtleCryptoPrototype.h` which might not exist yet.
This could break the build on CI randomly.
This commit is contained in:
Sam Atkins
2025-12-11 16:01:20 +00:00
committed by Tim Ledbetter
parent 9e3f4c7639
commit 076e1f0162

View File

@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibCrypto/PK/MLDSA.h>
#include <LibTest/TestCase.h>
#include <LibWeb/Crypto/Crypto.h>
TEST_CASE(KEY_GENERATION_WITH_SEED)
{