forked from OSchip/llvm-project
[lldb] Enable TestRuntimeTypes on Apple Silicon
This commit is contained in:
parent
94a07c79cf
commit
c7dee6aefd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue