diff options
Diffstat (limited to 'lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py')
-rw-r--r-- | lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py index 8b62c5409c4..21b2c838e77 100644 --- a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py +++ b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py @@ -21,6 +21,7 @@ class CxxWCharTTestCase(TestBase): self.wchar_t() @dwarf_test + @expectedFailureWindows("llvm.org/pr24764") def test_with_dwarf(self): """Test that C++ supports wchar_t correctly.""" self.buildDwarf() |