summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/stl/TestSTL.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/stl/TestSTL.py')
-rw-r--r--lldb/test/lang/cpp/stl/TestSTL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py
index 309d169eca1..0b7d8d3fedb 100644
--- a/lldb/test/lang/cpp/stl/TestSTL.py
+++ b/lldb/test/lang/cpp/stl/TestSTL.py
@@ -14,7 +14,7 @@ class STLTestCase(TestBase):
# rdar://problem/10400981
@unittest2.expectedFailure
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_with_dsym(self):
"""Test some expressions involving STL data types."""
OpenPOWER on IntegriCloud