build: port to zig-0.16.0-dev.3133+5ec8e45f3
This commit is contained in:
parent
66c28df31b
commit
1b7cd31925
3 changed files with 10 additions and 11 deletions
|
|
@ -55,7 +55,7 @@ test "cbor.fmtBuf success" {
|
|||
|
||||
test "cbor.fmtBuf overflow" {
|
||||
var buf: [4]u8 = undefined;
|
||||
try expectError(error.NoSpaceLeft, fmtBuf(&buf, .{ "five", 5, "four", 4, .{ "three", 3 } }));
|
||||
try expectError(error.WriteFailed, fmtBuf(&buf, .{ "five", 5, "four", 4, .{ "three", 3 } }));
|
||||
}
|
||||
|
||||
test "cbor exit message" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue