Skip to content

Commit 5d55b1c

Browse files
committed
[lldb] s/lldb/%lldb in another test
As explained in Pavel's previous commit message: %lldb is the proper substitution. Using "lldb" can cause us to execute the system lldb instead of the one we are testing. This happens at least in standalone builds. (cherry picked from commit 794b8a0)
1 parent 15d75a0 commit 5d55b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/debug_aranges-empty-section.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# REQUIRES: x86
44

55
# RUN: llvm-mc %s -triple x86_64-pc-linux -filetype=obj >%t
6-
# RUN: lldb %t -o "breakpoint set -n f" -b | FileCheck %s
6+
# RUN: %lldb %t -o "breakpoint set -n f" -b | FileCheck %s
77

88
# CHECK: Breakpoint 1: where = {{.*}}`f, address = 0x0000000000000047
99

0 commit comments

Comments
 (0)