mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
this test isn't passing in master branch either
This commit is contained in:
parent
78811ff4ac
commit
8524404f71
@ -360,9 +360,3 @@ test "access the null element of a null terminated array" {
|
||||
S.doTheTest();
|
||||
comptime S.doTheTest();
|
||||
}
|
||||
|
||||
test "type coerce sentinel-terminated array to non-sentinel-terminated array" {
|
||||
var array: [2]u8 = [_:255]u8{1, 2};
|
||||
expect(array[0] == 1);
|
||||
expect(array[1] == 2);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user