zig/doc/langref/testing_skip.zig

6 lines
71 B
Zig

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