Skip to content

Commit

Permalink
fix tests compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Feb 24, 2024
1 parent d779f74 commit d6b4f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shader/test.zig
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ fn expectCodegen(
};
defer tree.deinit(allocator);

var ir = Air.generate(allocator, &tree, &errors, null, null) catch |err| {
var ir = Air.generate(allocator, &tree, &errors, null) catch |err| {
if (err == error.AnalysisFail) {
try errors.print(source, null);
}
Expand Down

0 comments on commit d6b4f11

Please sign in to comment.