Skip to content

Commit 93266ec

Browse files
committed
[lldb][test] Require Python for dwp test
This came up when testing the CI build, which is not being build with scripting yet.
1 parent 50d837e commit 93266ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/x86/dwp-separate-debug-file.cpp

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

33
// Now test with DWARF5
44
// RUN: %clang -target x86_64-pc-linux -gsplit-dwarf -gdwarf-5 -c %s -o %t.dwarf5.o

0 commit comments

Comments
 (0)