diff options
Diffstat (limited to 'lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py')
| -rw-r--r-- | lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py index 10804c1eca2..80e11303b33 100644 --- a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py +++ b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py @@ -13,7 +13,7 @@ class CxxWCharTTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @dsym_test def test_with_dsym(self): """Test that C++ supports wchar_t correctly.""" |

