Commit 16896a9d8b
Changed files (1)
lib
std
lib/std/crypto.zig
@@ -140,6 +140,9 @@ pub const random = &@import("crypto/tlcsprng.zig").interface;
const std = @import("std.zig");
test "crypto" {
+ const please_windows_dont_oom = std.Target.current.os.tag == .windows;
+ if (please_windows_dont_oom) return error.SkipZigTest;
+
inline for (std.meta.declarations(@This())) |decl| {
switch (decl.data) {
.Type => |t| {