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