std.process.Environ: skip BE createMapWide test coverage

it would be good to fix this but master branch doesn't have coverage
either. one thing at a time.
This commit is contained in:
Andrew Kelley 2026-01-03 03:20:15 -08:00
parent e2c04a4651
commit e23d980e11

View file

@ -801,6 +801,8 @@ test "convert from Environ to Map and back again" {
}
test createMapWide {
if (builtin.cpu.arch.endian() == .big) return error.SkipZigTest; // TODO
const gpa = testing.allocator;
var map: Map = .init(gpa);