| author | |
| committer | |
| log | d23f9a164eede57135ca141b11c9a9803ed52fc6 |
| tree | e2c402671532ea29f58db5b281953db97e09bc30 |
| parent | 748b2c72a34265e57f6fb2987ab705563f17abe2 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/io/c_out_stream.zig+1-1| ... | @@ -39,6 +39,6 @@ test "" { | ... | @@ -39,6 +39,6 @@ test "" { |
| 39 | std.fs.cwd().deleteFileZ(filename) catch {}; | 39 | std.fs.cwd().deleteFileZ(filename) catch {}; |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | const out_stream = &cOutStream(out_file); | 42 | const out_stream = cOutStream(out_file); |
| 43 | try out_stream.print("hi: {}\n", .{@as(i32, 123)}); | 43 | try out_stream.print("hi: {}\n", .{@as(i32, 123)}); |
| 44 | } | 44 | } |