summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py')
-rw-r--r--lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py b/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py
index 290d29e0df5..edd774335cf 100644
--- a/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py
+++ b/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py
@@ -21,7 +21,7 @@ class TestObjCStaticMethod(TestBase):
self.break_line = line_number(self.main_source, '// Set breakpoint here.')
@skipUnlessDarwin
- @python_api_test
+ @add_test_categories(['pyapi'])
#<rdar://problem/9745789> "expression" can't call functions in class methods
def test_with_python_api(self):
"""Test calling functions in static methods."""
OpenPOWER on IntegriCloud