test: disable an error trace test on optimized aarch64-freebsd

This commit is contained in:
Alex Rønne Petersen 2026-02-27 08:49:13 +01:00
parent bbc77df3eb
commit b781615e09
No known key found for this signature in database

View file

@ -435,6 +435,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {
.{ .x86_64, .netbsd },
.{ .x86_64, .linux },
.{ .x86, .linux },
.{ .aarch64, .freebsd },
.{ .aarch64, .linux },
.{ .loongarch64, .linux },
.{ .powerpc64le, .linux },