diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-super/TestObjCSuper.py')
-rw-r--r-- | lldb/test/lang/objc/objc-super/TestObjCSuper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-super/TestObjCSuper.py b/lldb/test/lang/objc/objc-super/TestObjCSuper.py index 051cb253eb9..414a1a8d456 100644 --- a/lldb/test/lang/objc/objc-super/TestObjCSuper.py +++ b/lldb/test/lang/objc/objc-super/TestObjCSuper.py @@ -22,7 +22,7 @@ class TestObjCSuperMethod(TestBase): @skipUnlessDarwin @expectedFailurei386 - @python_api_test + @add_test_categories(['pyapi']) def test_with_python_api(self): """Test calling methods on super.""" self.build() |