zig/doc/langref/testing_skip.zig

6 lines
71 B
Zig
Raw Normal View History

test "this will be skipped" {
return error.SkipZigTest;
}
// test