Remove arguments of 'destruct_terminal' for fixing 'test_main'

This commit is contained in:
orhun 2021-02-07 17:22:37 +03:00
parent 01d6f66f4e
commit f83baa5625
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -156,6 +156,6 @@ mod tests {
};
}
destruct_terminal(terminal);
destruct_terminal();
}
}