summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/format/TestFormats.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/format/TestFormats.py')
-rw-r--r--lldb/test/functionalities/format/TestFormats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/format/TestFormats.py b/lldb/test/functionalities/format/TestFormats.py
index 3313a1be2d8..55ab2367864 100644
--- a/lldb/test/functionalities/format/TestFormats.py
+++ b/lldb/test/functionalities/format/TestFormats.py
@@ -12,7 +12,7 @@ class TestFormats(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureFreeBSD("llvm.org/pr22784: pexpect failing on the FreeBSD buildbot")
- @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
+ @expectedFailureHostWindows("llvm.org/pr22274: need a pexpect replacement for windows")
def test_formats(self):
"""Test format string functionality."""
self.buildDwarf ()
OpenPOWER on IntegriCloud