diff options
Diffstat (limited to 'lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py')
| -rw-r--r-- | lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py b/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py index d05274f56b6..407d417133c 100644 --- a/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py +++ b/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py @@ -10,7 +10,7 @@ class SBValuePersistTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dsym_test def test_with_dsym(self): |

