aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVy Nguyen <vyng@google.com>2025-05-19 15:51:15 -0400
committerGitHub <noreply@github.com>2025-05-19 15:51:15 -0400
commit10d198b32cd0b6aaeeaf1a6217611797c01f47f7 (patch)
tree94c6dc6f6ef8c934eb2c344d3fad6894f6c90933
parent025639bc396f1e0d2ead279c5f345cb381733f16 (diff)
downloadllvm-10d198b32cd0b6aaeeaf1a6217611797c01f47f7.zip
llvm-10d198b32cd0b6aaeeaf1a6217611797c01f47f7.tar.gz
llvm-10d198b32cd0b6aaeeaf1a6217611797c01f47f7.tar.bz2
[lldb] Update Xfail window (#140599)
-rw-r--r--lldb/test/Shell/Commands/list-header.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Commands/list-header.test b/lldb/test/Shell/Commands/list-header.test
index be77b9f..53c4b786 100644
--- a/lldb/test/Shell/Commands/list-header.test
+++ b/lldb/test/Shell/Commands/list-header.test
@@ -1,6 +1,6 @@
## Does not work on windows (yet?) PDB debug-info likely does something wrong
## with the header files.
-# XFAIL: system-windows
+# XFAIL: target-windows
## Test that `list header.h:<line>` works correctly when header is available.
##