diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py index bf6befb4211..d1d755e289c 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py @@ -24,7 +24,6 @@ class TestObjCSuperMethod(TestBase): self.main_source, '// Set breakpoint here.') @skipUnlessDarwin - @expectedFailureAll(archs=["i[3-6]86"]) @add_test_categories(['pyapi']) def test_with_python_api(self): """Test calling methods on super.""" |