ErrCtx: splitRev

This commit is contained in:
2022-06-22 15:36:22 +03:00
parent 675125be05
commit 62b643dbc2
2 changed files with 51 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ test "invalid argument" {
}
test "smoke test" {
//if (true) return error.SkipZigTest;
if (true) return error.SkipZigTest;
const allocator = testing.allocator;
var stderr = ArrayList(u8).init(allocator);