| author | |
| committer | |
| log | f6195be99770e3f9cc4e8a89bcf451a640bb4b95 |
| tree | 18b4f1235ea470ab2570aa7245dede9c1fc489ee |
| parent | d75cbb01db4f7fb73c4382af4351dc0e393d5d39 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto.zig+1-1| ... | ... | @@ -79,7 +79,7 @@ const std = @import("std.zig"); |
| 79 | 79 | pub const randomBytes = std.os.getrandom; |
| 80 | 80 | |
| 81 | 81 | test "crypto" { |
| 82 | inline for (std.meta.declarations(std)) |decl| { | |
| 82 | inline for (std.meta.declarations(@This())) |decl| { | |
| 83 | 83 | switch (decl.data) { |
| 84 | 84 | .Type => |t| { |
| 85 | 85 | std.meta.refAllDecls(t); |