Skip to content

Commit dd28e53

Browse files
committed
test: remove MLD_ALIGN
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 9b3c37e commit dd28e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_unit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static int test_mld_polyz_unpack_core(const uint8_t *input,
103103

104104
static int test_native_polyz_unpack(void)
105105
{
106-
MLD_ALIGN uint8_t test_bytes[MLDSA_POLYZ_PACKEDBYTES];
106+
uint8_t test_bytes[MLDSA_POLYZ_PACKEDBYTES];
107107
int i;
108108

109109
memset(test_bytes, 0, MLDSA_POLYZ_PACKEDBYTES);

0 commit comments

Comments
 (0)