std.builtin: un-pub testVersionParse()

This commit is contained in:
zooster 2022-09-28 16:51:10 +02:00 committed by Veikka Tuominen
parent 9f6f460124
commit 12896d36cb

View File

@ -544,7 +544,7 @@ test "Version.parse" {
comptime (try testVersionParse()); comptime (try testVersionParse());
} }
pub fn testVersionParse() !void { fn testVersionParse() !void {
const f = struct { const f = struct {
fn eql(text: []const u8, v1: u32, v2: u32, v3: u32) !void { fn eql(text: []const u8, v1: u32, v2: u32, v3: u32) !void {
const v = try Version.parse(text); const v = try Version.parse(text);