rand: ref the decls so they get tested

This commit is contained in:
Andrew Kelley 2020-04-18 14:41:25 -04:00
parent e073c8a2b1
commit ca38b18879

View File

@ -1123,3 +1123,7 @@ fn testRangeBias(r: *Random, start: i8, end: i8, biased: bool) void {
}
}
}
test "" {
std.meta.refAllDecls(@This());
}