diff options
| author | Veikka Tuominen <git@vexu.eu> | 2020-12-24 10:59:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-24 10:59:37 +0200 |
| commit | 83646df2cce59f254822355ec1ceeb6884e1177e (patch) | |
| tree | 3266d030c2d6e5da949f74840afa5f47a72b2bb3 /lib/std/io.zig | |
| parent | 0fd68f49e2eabb866ea1d21c4657c2a1d3c8ce53 (diff) | |
| parent | e79acc24d301bd4d6afe715ce1e6be9dc3c654b5 (diff) | |
| download | zig-83646df2cce59f254822355ec1ceeb6884e1177e.tar.gz zig-83646df2cce59f254822355ec1ceeb6884e1177e.zip | |
Merge pull request #7531 from Vexu/orphanage
Move ArrayListSentineled to std lib orphanage
Diffstat (limited to 'lib/std/io.zig')
| -rw-r--r-- | lib/std/io.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/io.zig b/lib/std/io.zig index 103c443dd6..2bff6422cc 100644 --- a/lib/std/io.zig +++ b/lib/std/io.zig @@ -209,6 +209,7 @@ test "" { _ = @import("io/buffered_writer.zig"); _ = @import("io/c_writer.zig"); _ = @import("io/counting_writer.zig"); + _ = @import("io/counting_reader.zig"); _ = @import("io/fixed_buffer_stream.zig"); _ = @import("io/reader.zig"); _ = @import("io/writer.zig"); |
