aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/resinator/cli.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compiler/resinator/cli.zig')
-rw-r--r--lib/compiler/resinator/cli.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/resinator/cli.zig b/lib/compiler/resinator/cli.zig
index bb54289e3e..ae4ece2968 100644
--- a/lib/compiler/resinator/cli.zig
+++ b/lib/compiler/resinator/cli.zig
@@ -2003,7 +2003,7 @@ test "maybeAppendRC" {
// Create the file so that it's found. In this scenario, .rc should not get
// appended.
- var file = try tmp.dir.createFile("foo", .{});
+ var file = try tmp.dir.createFile(io, "foo", .{});
file.close(io);
try options.maybeAppendRC(tmp.dir);
try std.testing.expectEqualStrings("foo", options.input_source.filename);