summaryrefslogtreecommitdiffstats
path: root/lldb/test/macosx/order/TestOrderFile.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/macosx/order/TestOrderFile.py')
-rw-r--r--lldb/test/macosx/order/TestOrderFile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/macosx/order/TestOrderFile.py b/lldb/test/macosx/order/TestOrderFile.py
index 5ee92421b93..1e25e03c16a 100644
--- a/lldb/test/macosx/order/TestOrderFile.py
+++ b/lldb/test/macosx/order/TestOrderFile.py
@@ -12,14 +12,14 @@ class OrderFileTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_with_dsym(self):
"""Test debug symbols follow the correct order by the order file."""
self.buildDsym()
self.order_file()
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dwarf_test
def test_with_dwarf(self):
"""Test debug symbols follow the correct order by the order file."""
OpenPOWER on IntegriCloud