From 3def757bf06c2939e9cb0ab335e6889fb7efea08 Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Tue, 21 Oct 2025 14:17:16 +0200 Subject: [PATCH] [LLDB][NativePDB] Require `target-windows` for `func-symbols.test` --- lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test b/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test index 33ffad6b2f20f..ee96fa8fd5c33 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test +++ b/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test @@ -1,4 +1,4 @@ -# REQUIRES: lld +# REQUIRES: lld, target-windows # Test that functions have the correct types. # This uses the same input as SymbolFile/PDB/func-symbols.test. However, DIA