Skip to content

Commit 6883042

Browse files
committed
[lldb] Fix one more failure test after 843f2db.
1 parent a2876ec commit 6883042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
// UNSUPPORTED: system-darwin, system-windows
99

10-
// RUN: %clang_host -c -gsplit-dwarf %s -o %t1.o -DONE
11-
// RUN: %clang_host -c -gsplit-dwarf %s -o %t2.o -DTWO
12-
// RUN: %clang_host -c -gsplit-dwarf %s -o %t3.o -DTHREE
10+
// RUN: %clang_host -c -gsplit-dwarf -g %s -o %t1.o -DONE
11+
// RUN: %clang_host -c -gsplit-dwarf -g %s -o %t2.o -DTWO
12+
// RUN: %clang_host -c -gsplit-dwarf -g %s -o %t3.o -DTHREE
1313
// RUN: %clang_host %t1.o %t2.o %t3.o -o %t
1414
// RUN: %lldb %t -o "br set -n foo" -o run -o "p bool_in_first_cu" -o exit \
1515
// RUN: | FileCheck %s

0 commit comments

Comments
 (0)