mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02: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
Notes:
github-actions[bot]
2025-12-11 22:11:58 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/076e1f01624 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7103 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/tcl3 ✅
@@ -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