Commit ca38b18879

Andrew Kelley <andrew@ziglang.org>
2020-04-18 20:41:25
rand: ref the decls so they get tested
1 parent e073c8a
Changed files (1)
lib
lib/std/rand.zig
@@ -1123,3 +1123,7 @@ fn testRangeBias(r: *Random, start: i8, end: i8, biased: bool) void {
         }
     }
 }
+
+test "" {
+    std.meta.refAllDecls(@This());
+}