diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-checker/TestObjCCheckers.py')
| -rw-r--r-- | lldb/test/lang/objc/objc-checker/TestObjCCheckers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py b/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py index b6739cfff06..550ce0e50dd 100644 --- a/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py +++ b/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py @@ -12,7 +12,7 @@ class ObjCCheckerTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dsym_test def test_objc_checker_with_dsym(self): @@ -22,7 +22,7 @@ class ObjCCheckerTestCase(TestBase): self.buildDsym() self.do_test_checkers() - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dwarf_test def test_objc_checker_with_dwarf(self): |

