diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-property/TestObjCProperty.py')
| -rw-r--r-- | lldb/test/lang/objc/objc-property/TestObjCProperty.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/objc/objc-property/TestObjCProperty.py b/lldb/test/lang/objc/objc-property/TestObjCProperty.py index 636d7d7f709..842ada1c2d7 100644 --- a/lldb/test/lang/objc/objc-property/TestObjCProperty.py +++ b/lldb/test/lang/objc/objc-property/TestObjCProperty.py @@ -12,7 +12,7 @@ class ObjCPropertyTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dsym_test def test_objc_properties_with_dsym(self): @@ -22,7 +22,7 @@ class ObjCPropertyTestCase(TestBase): self.buildDsym() self.do_test_properties() - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dwarf_test def test_objc_properties_with_dwarf(self): |

