This commit is contained in:
Rocknest 2020-09-13 23:31:59 +03:00
parent d75cbb01db
commit f6195be997

View File

@ -79,7 +79,7 @@ const std = @import("std.zig");
pub const randomBytes = std.os.getrandom;
test "crypto" {
inline for (std.meta.declarations(std)) |decl| {
inline for (std.meta.declarations(@This())) |decl| {
switch (decl.data) {
.Type => |t| {
std.meta.refAllDecls(t);