diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/tools')
| -rw-r--r-- | packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py b/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py index 5089ee85773f..d84511d54273 100644 --- a/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py +++ b/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py @@ -14,6 +14,7 @@ class TestGdbRemoteHostInfo(GdbRemoteTestCaseBase):      mydir = TestBase.compute_mydir(__file__)      KNOWN_HOST_INFO_KEYS = set([ +        "arch",          "cputype",          "cpusubtype",          "distribution_id", | 
