[lldb] Enable TestRuntimeTypes on Apple Silicon

This commit is contained in:
Jonas Devlieghere 2021-06-11 10:24:01 -07:00
parent 94a07c79cf
commit c7dee6aefd
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ class RuntimeTypesTestCase(TestBase):
@skipIfReproducer # FIXME: Unexpected packet during (active) replay
def test_break(self):
"""Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'."""
if self.getArchitecture() != 'x86_64':
self.skipTest("This only applies to the v2 runtime")
self.build()
exe = self.getBuildArtifact("a.out")
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)