Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
testing_skip.zig
pretty
plain
permalink
blame
history
•
5 lines
•
71 B
1
test "this will be skipped" {
2
return error.SkipZigTest;
3
}
4
5
// test