diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py index 6502f03336a..5089ee85773 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py @@ -26,7 +26,8 @@ class TestGdbRemoteHostInfo(GdbRemoteTestCaseBase): "ptrsize", "triple", "vendor", - "watchpoint_exceptions_received" + "watchpoint_exceptions_received", + "default_packet_timeout", ]) DARWIN_REQUIRED_HOST_INFO_KEYS = set([ |