diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lldbtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index 602f68344fa..392aca60864 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -1733,7 +1733,7 @@ class LLDBTestCaseFactory(type): # authoritative. If none were specified, try with all debug # info formats. all_dbginfo_categories = set( - test_categories.debug_info_categories) + test_categories.debug_info_categories) - set(configuration.skipCategories) categories = set( getattr( attrvalue, |