rand: ref the decls so they get tested
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…
Reference in New Issue