We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bb139 commit 13a9d94Copy full SHA for 13a9d94
lib/std/crypto/benchmark.zig
@@ -463,7 +463,7 @@ pub fn main() !void {
463
i += 1;
464
if (i == args.len) {
465
usage();
466
- std.os.exit(1);
+ std.process.exit(1);
467
}
468
469
const seed = try std.fmt.parseUnsigned(u32, args[i], 10);
@@ -472,7 +472,7 @@ pub fn main() !void {
472
473
474
475
476
477
478
filter = args[i];
@@ -481,7 +481,7 @@ pub fn main() !void {
481
return;
482
} else {
483
484
485
486
487
0 commit comments