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:
parent
9e3f4c7639
commit
076e1f0162
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue