libfuzzer: use error.SkipZigTest

This commit is contained in:
Kendall Condon
2026-03-11 21:12:58 -04:00
parent cc2d992e24
commit c3e6ff7206
4 changed files with 23 additions and 12 deletions
+2 -1
View File
@@ -139,7 +139,8 @@ pub const Rebuild = extern struct {
/// ABI bits specifically relating to the fuzzer interface.
pub const fuzz = struct {
pub const TestOne = *const fn () callconv(.c) void;
/// Returns if `error.SkipZigTest` was indicated
pub const TestOne = *const fn () callconv(.c) bool;
/// A unique value to identify the related requests across runs
pub const Uid = packed struct(u32) {