| author | |
| committer | |
| log | b00007056de3c0c6bed30e1031ee7180ee08a380 |
| tree | 33372740d355884d42d05611810bc44e25057b3f |
| parent | 68db9d5074cece234efa3a5352fe6cd36d210455 |
| signature |
closes #14681 files changed, 1 insertions(+), 1 deletions(-)
std/crypto/throughput_test.zig+1-1| ... | ... | @@ -130,7 +130,7 @@ fn printPad(stdout: var, s: []const u8) !void { |
| 130 | 130 | |
| 131 | 131 | pub fn main() !void { |
| 132 | 132 | var stdout_file = try std.io.getStdOut(); |
| 133 | var stdout_out_stream = std.io.FileOutStream.init(&stdout_file); | |
| 133 | var stdout_out_stream = std.io.FileOutStream.init(stdout_file); | |
| 134 | 134 | const stdout = &stdout_out_stream.stream; |
| 135 | 135 | |
| 136 | 136 | var buffer: [1024]u8 = undefined; |