mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std.builtin: un-pub testVersionParse()
This commit is contained in:
parent
9f6f460124
commit
12896d36cb
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user