diff options
Diffstat (limited to 'lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py')
| -rw-r--r-- | lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py b/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py index e2409584600..39d69b8bffb 100644 --- a/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py +++ b/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py @@ -13,7 +13,7 @@ class ObjectDescriptionAPITestCase(TestBase): mydir = TestBase.compute_mydir(__file__) # rdar://problem/10857337 - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dsym_test def test_find_global_variables_then_object_description_with_dsym(self): @@ -24,7 +24,7 @@ class ObjectDescriptionAPITestCase(TestBase): self.find_global_variables_then_object_description('a.out') # rdar://problem/10857337 - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dwarf_test def test_find_global_variables_then_object_description_with_dwarf(self): |

