mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
libfuzzer: use error.SkipZigTest
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user