mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
rand: ref the decls so they get tested
This commit is contained in:
parent
e073c8a2b1
commit
ca38b18879
@ -1123,3 +1123,7 @@ fn testRangeBias(r: *Random, start: i8, end: i8, biased: bool) void {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
test "" {
|
||||
std.meta.refAllDecls(@This());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user