Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dleiferives committed May 15, 2024
1 parent 9c05fe4 commit 7c42232
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ const files = [_]SourceFile{
.{ .path = "src/parser.zig", .name = "parser" },
.{ .path = "src/sema.zig", .name = "sema" },
.{ .path = "src/utils.zig", .name = "utils" },
.{ .path = "src/ir/ir.zig", .name = "ir" },
.{ .path = "src/ir/stack.zig", .name = "ir-stack" },
.{ .path = "src/ir/stack/ir.zig", .name = "ir" },
.{ .path = "src/ir/stack/stack.zig", .name = "ir-stack" },
.{ .path = "src/ir/phi/ir.zig", .name = "ir" },
.{ .path = "src/ir/phi/phi.zig", .name = "ir" },
};

pub fn build(b: *std.Build) void {
Expand Down

0 comments on commit 7c42232

Please sign in to comment.