mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 20:55:31 +02:00
fix(pty): remove non-portable signal enums
Remove signal enum members which do not use portable numbers, and therefore may be different on different operating systems.
This commit is contained in:
parent
b78bdf3136
commit
7f03761fb2
3 changed files with 0 additions and 7 deletions
|
@ -66,7 +66,6 @@ class TestInterface:
|
|||
|
||||
# Enums.
|
||||
|
||||
# Added SIGNAL_ prefix to name.
|
||||
func test_has_enum_signal():
|
||||
assert_eq(described_class.SIGNAL_SIGHUP, 1)
|
||||
assert_eq(described_class.SIGNAL_SIGINT, 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue