summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py')
-rw-r--r--lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py b/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
index 06d6a15f714..38797904283 100644
--- a/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
+++ b/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
@@ -14,7 +14,7 @@ class ObjCNewSyntaxTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_expr_with_dsym(self):
self.buildDsym()
OpenPOWER on IntegriCloud