diff --git a/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py b/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py index 901965005e1af3..0bd9fbe50a3868 100644 --- a/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py +++ b/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py @@ -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)