fix type of std_options

This commit is contained in:
Jonathan Hallstrom 2024-11-05 19:18:43 +01:00 committed by Alex Rønne Petersen
parent f2b81f57f4
commit 7ebfc72186

View File

@ -5,7 +5,7 @@ const assert = std.debug.assert;
const fatal = std.process.fatal;
const SeenPcsHeader = std.Build.Fuzz.abi.SeenPcsHeader;
pub const std_options = .{
pub const std_options = std.Options{
.logFn = logOverride,
};