diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-property/TestObjCProperty.py')
-rw-r--r-- | lldb/test/lang/objc/objc-property/TestObjCProperty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-property/TestObjCProperty.py b/lldb/test/lang/objc/objc-property/TestObjCProperty.py index 0806776a690..83291431305 100644 --- a/lldb/test/lang/objc/objc-property/TestObjCProperty.py +++ b/lldb/test/lang/objc/objc-property/TestObjCProperty.py @@ -23,7 +23,7 @@ class ObjCPropertyTestCase(TestBase): self.source_name = 'main.m' @skipUnlessDarwin - @python_api_test + @add_test_categories(['pyapi']) def test_objc_properties(self): """Test that expr uses the correct property getters and setters""" if self.getArchitecture() == 'i386': |