zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

testing_skip.zig (71B) - Raw


      1 test "this will be skipped" {
      2     return error.SkipZigTest;
      3 }
      4 
      5 // test