Skip to content

Commit 39c63d1

Browse files
DavidSpickettMichael137
authored andcommitted
[lldb][test] Fix TestChildCountTruncation on Windows (llvm#149322)
By not forcing the DWARF debug info format. When left as the default, the tests pass. Test added by llvm#149088. (cherry picked from commit 4bf82ae)
1 parent 6606d97 commit 39c63d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Settings/TestChildCountTruncation.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# when target.max-children-count 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)