diff options
Diffstat (limited to 'lldb/test/lang/objc/foundation/TestConstStrings.py')
| -rw-r--r-- | lldb/test/lang/objc/foundation/TestConstStrings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/foundation/TestConstStrings.py b/lldb/test/lang/objc/foundation/TestConstStrings.py index cafea53402c..ca644ba5455 100644 --- a/lldb/test/lang/objc/foundation/TestConstStrings.py +++ b/lldb/test/lang/objc/foundation/TestConstStrings.py @@ -9,7 +9,7 @@ import lldb from lldbtest import * import lldbutil -@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") +@skipUnlessDarwin class ConstStringTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) |

