From a2ac9c95e60f3e1a1838b773128cd184dd05a119 Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Mon, 15 Sep 2025 09:19:36 +0200 Subject: [PATCH] [LLDB][PDB] Require Windows for for testing PDB plugin-selection again --- lldb/test/Shell/SymbolFile/PDB/native-setting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/SymbolFile/PDB/native-setting.cpp b/lldb/test/Shell/SymbolFile/PDB/native-setting.cpp index edf7508b88f17..a3077252f08f1 100644 --- a/lldb/test/Shell/SymbolFile/PDB/native-setting.cpp +++ b/lldb/test/Shell/SymbolFile/PDB/native-setting.cpp @@ -1,4 +1,4 @@ -// REQUIRES: diasdk +// REQUIRES: diasdk, target-windows // Test plugin.symbol-file.pdb.reader setting // RUN: %build -o %t.exe -- %s