summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py')
-rw-r--r--lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py b/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py
index f0b1d0d083e..5fe59c23780 100644
--- a/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py
+++ b/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py
@@ -24,7 +24,7 @@ class ObjectDescriptionAPITestCase(TestBase):
# rdar://problem/10857337
@skipUnlessDarwin
- @python_api_test
+ @add_test_categories(['pyapi'])
def test_find_global_variables_then_object_description(self):
"""Exercise SBTarget.FindGlobalVariables() API."""
d = {'EXE': 'b.out'}
OpenPOWER on IntegriCloud