-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.fuzzing
Milestone
Description
Extracted from #20773.
test "fuzz example" {
const input_bytes = std.testing.fuzzInput(.{
.len_range = .{ .min = 8, .max = 8},
});
// perhaps we use this now to test 32-bit float printing
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.fuzzing