Skip to content

Commit b826429

Browse files
committed
[lldb][test] TestChildDepthTruncation: don't force DWARF
Fixes test on Windows. Same reason as #149322
1 parent 70046cd commit b826429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Settings/TestChildDepthTruncation.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# when target.max-children-depth wasn't explicitly set.
33

44
# RUN: split-file %s %t
5-
# RUN: %clang_host -g -gdwarf %t/main.cpp -o %t.out
5+
# RUN: %clang_host -g %t/main.cpp -o %t.out
66
# RUN: %lldb -x -b -s %t/dwim-commands.input %t.out -o exit 2>&1 \
77
# RUN: | FileCheck %s --check-prefix=DWIM
88
#

0 commit comments

Comments
 (0)