diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-static-method')
| -rw-r--r-- | lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py b/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py index dc78b888a51..84f5210336f 100644 --- a/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py +++ b/lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py @@ -10,7 +10,7 @@ class TestObjCStaticMethod(TestBase): mydir = TestBase.compute_mydir(__file__) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test #<rdar://problem/9745789> "expression" can't call functions in class methods @dsym_test @@ -19,7 +19,7 @@ class TestObjCStaticMethod(TestBase): self.buildDsym() self.objc_static_method() - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test #<rdar://problem/9745789> "expression" can't call functions in class methods @dwarf_test |

