diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py')
| -rw-r--r-- | lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py b/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py index 948bb378a63..56d9eb97d72 100644 --- a/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py +++ b/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py @@ -10,7 +10,7 @@ class TestObjCIvarStripped(TestBase): mydir = TestBase.compute_mydir(__file__) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dsym_test def test_with_dsym_and_python_api(self): |

