Skip to content

Commit

Permalink
Removed old test reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
permutationlock committed Nov 28, 2023
1 parent d4bb351 commit ef377d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const paths = [_]Example{
.{ .name = "iterator", .path = "examples/iterator.zig" },
.{ .name = "io", .path = "examples/io.zig" },
.{ .name = "read_file", .path = "examples/read_file.zig" },
// .{ .name = "pointer_cast", .path = "examples/pointer_cast.zig" },
};

pub fn build(b: *Builder) !void {
Expand Down

0 comments on commit ef377d0

Please sign in to comment.