Skip to content

Commit 529dac0

Browse files
authored
Merge pull request #644 from JDevlieghere/🍒/794b8a0329d1356455970fe1ae26f5d3b38e7906
[lldb] s/lldb/%lldb in another test
2 parents df4a102 + 5d55b1c commit 529dac0

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)