Commit f6195be997

Rocknest <35231115+Rocknest@users.noreply.github.com>
2020-09-13 22:31:59
fix ref
1 parent d75cbb0
Changed files (1)
lib
lib/std/crypto.zig
@@ -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);