diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py')
-rw-r--r-- | lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py b/lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py index c53d84c82e4..0be0150a0b0 100644 --- a/lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py +++ b/lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py @@ -21,7 +21,7 @@ class TestObjCIvarOffsets(TestBase): self.stop_line = line_number(self.main_source, '// Set breakpoint here.') @skipUnlessDarwin - @python_api_test + @add_test_categories(['pyapi']) def test_with_python_api(self): """Test printing ObjC objects that use unbacked properties""" self.build() |