diff options
Diffstat (limited to 'lldb/test/warnings/uuid/TestAddDsymCommand.py')
| -rw-r--r-- | lldb/test/warnings/uuid/TestAddDsymCommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/warnings/uuid/TestAddDsymCommand.py b/lldb/test/warnings/uuid/TestAddDsymCommand.py index f6c1565285e..9b94d8cfc74 100644 --- a/lldb/test/warnings/uuid/TestAddDsymCommand.py +++ b/lldb/test/warnings/uuid/TestAddDsymCommand.py @@ -5,7 +5,7 @@ import unittest2 import lldb from lldbtest import * -@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") +@skipUnlessDarwin class AddDsymCommandCase(TestBase): mydir = TestBase.compute_mydir(__file__) |

