The std.debug.lockStderr function signature changed to take a single buffer argument,
but the fuzz test runner wasn't updated. This broke fuzzing.
- Remove extra argument from lockStderr calls
- Use .terminal().writer.print() instead of .interface.print()
The std.debug.lockStderr function signature changed to take a single buffer argument,
but the fuzz test runner wasn't updated. This broke fuzzing.
- Remove extra argument from lockStderr calls
- Use .terminal().writer.print() instead of .interface.print()