diff options
Diffstat (limited to 'lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py')
| -rw-r--r-- | lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py b/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py index 22108f51fca..29ab55e6199 100644 --- a/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py +++ b/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py @@ -6,7 +6,7 @@ import lldb import sys from lldbtest import * -@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") +@skipUnlessDarwin class AddDsymMidExecutionCommandCase(TestBase): mydir = TestBase.compute_mydir(__file__) |

