fix type of std_options
This commit is contained in:
committed by
Alex Rønne Petersen
parent
f2b81f57f4
commit
7ebfc72186
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user