| author | |
| committer | |
| log | ca38b188798cda8377c56cdbd0858df08f8c503f |
| tree | da34df3301e67af3ee9ad805c04f480eecc99dc7 |
| parent | e073c8a2b1570b24a659ebaeddacf957c15229fa |
1 files changed, 4 insertions(+), 0 deletions(-)
lib/std/rand.zig+4| ... | @@ -1123,3 +1123,7 @@ fn testRangeBias(r: *Random, start: i8, end: i8, biased: bool) void { | ... | @@ -1123,3 +1123,7 @@ fn testRangeBias(r: *Random, start: i8, end: i8, biased: bool) void { |
| 1123 | } | 1123 | } |
| 1124 | } | 1124 | } |
| 1125 | } | 1125 | } |
| 1126 | |||
| 1127 | test "" { | ||
| 1128 | std.meta.refAllDecls(@This()); | ||
| 1129 | } |