this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable example/vt test on anything but linux

authored by

Jeffrey C. Ollie and committed by
Tim Culverhouse
68e4fe68 9f0e6583

+1 -1
+1 -1
examples/vt.zig
··· 105 105 106 106 test { 107 107 const builtin = @import("builtin"); 108 - if (builtin.os.tag == .windows) return error.SkipZigTest; 108 + if (builtin.os.tag != .linux) return error.SkipZigTest; 109 109 std.testing.refAllDecls(@This()); 110 110 }