[TestIndirectSymbols] This now runs and works on iOS (arm64).

This commit is contained in:
Davide Italiano 2020-05-05 13:13:16 -07:00
parent a954b8a363
commit 48e5eedab3
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class TestIndirectFunctions(TestBase):
self.main_source = "main.c"
@skipUnlessDarwin
@expectedFailureAll(oslist=no_match(["macosx"]), bugnumber="rdar://55952764")
@add_test_categories(['pyapi'])
def test_with_python_api(self):
"""Test stepping and setting breakpoints in indirect and re-exported symbols."""