std.Build.Step.Options: update unit test to new API

This commit is contained in:
Andrew Kelley 2023-12-19 15:54:46 -07:00
parent 529d01c2ba
commit 76c4781578

View File

@ -296,7 +296,7 @@ test Options {
const host: std.Build.ResolvedTarget = .{ const host: std.Build.ResolvedTarget = .{
.query = .{}, .query = .{},
.target = try std.zig.system.resolveTargetQuery(.{}), .result = try std.zig.system.resolveTargetQuery(.{}),
}; };
var cache: std.Build.Cache = .{ var cache: std.Build.Cache = .{