From c52568eb8185ffc159cb0a34c442df4d5c894b7e Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:46:46 +0800 Subject: [PATCH] progress --- tests/align/talign.nim | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/tests/align/talign.nim b/tests/align/talign.nim index 6397e31214..b5fd0f61ba 100644 --- a/tests/align/talign.nim +++ b/tests/align/talign.nim @@ -88,17 +88,18 @@ m.v = 7 doAssert m.v == 7 -type - MyType16 = object - a {.align(16).}: int +when not defined(i386): + type + MyType16 = object + a {.align(16).}: int -var x: array[10, ref MyType16] -for q in 0..500: - for i in 0..