Add missing resetSignalHandler method to TestTty
This commit is contained in:
parent
2d5cd811a4
commit
8462b6276e
1 changed files with 4 additions and 0 deletions
|
@ -799,4 +799,8 @@ pub const TestTty = struct {
|
|||
pub fn nextEvent(_: *Tty, _: *Parser, _: ?std.mem.Allocator) !Event {
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
pub fn resetSignalHandler() void {
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue