diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/TestWatchpointIter.py')
| -rw-r--r-- | lldb/test/python_api/watchpoint/TestWatchpointIter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIter.py b/lldb/test/python_api/watchpoint/TestWatchpointIter.py index 76514ee4277..592c040ea69 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIter.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIter.py @@ -20,7 +20,7 @@ class WatchpointIteratorTestCase(TestBase): # Find the line number to break inside main(). self.line = line_number(self.source, '// Set break point at this line.') - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @python_api_test @dsym_test def test_watch_iter_with_dsym(self): |

