fn expectStdErrEqual(self: *Run, bytes: []const u8) void
Adds a check for exact stderr match. Does not add any other checks.
self: *Run,
bytes: []const u8,