mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
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:
committed by
Tim Ledbetter
parent
9e3f4c7639
commit
076e1f0162
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user