mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
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:
parent
e2c04a4651
commit
e23d980e11
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue