Skip to content

Commit 9fe1ddd

Browse files
Nerixyzaokblast
authored andcommitted
[LLDB][NativePDB] Require target-windows for func-symbols.test (llvm#164406)
The test builds files for Windows, so the target has to be required. I didn't add this in llvm#163733. Fixes the failure from llvm#163733 (comment).
1 parent cd2cce1 commit 9fe1ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: lld
1+
# REQUIRES: lld, target-windows
22

33
# Test that functions have the correct types.
44
# This uses the same input as SymbolFile/PDB/func-symbols.test. However, DIA

0 commit comments

Comments
 (0)