Skip to content

Commit 889a4f5

Browse files
committed
[lldb] s/lldb/%lldb in two tests
%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.
1 parent 5be8b2e commit 889a4f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap-PT_TLS.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# RUN: yaml2obj %s > %t
44
# RUN: lldb-test object-file %t | FileCheck %s
5-
# RUN: lldb %t -o "image lookup -a 0x1000" -b | FileCheck --check-prefix=LOOKUP %s
5+
# RUN: %lldb %t -o "image lookup -a 0x1000" -b | FileCheck --check-prefix=LOOKUP %s
66

77
# CHECK: Index: 0
88
# CHECK-NEXT: ID: 0xffffffffffffffff

lldb/test/Shell/ObjectFile/ELF/PT_TLS-overlap-PT_LOAD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# RUN: yaml2obj %s > %t
44
# RUN: lldb-test object-file %t | FileCheck %s
5-
# RUN: lldb %t -o "image lookup -a 0x1000" -b | FileCheck --check-prefix=LOOKUP %s
5+
# RUN: %lldb %t -o "image lookup -a 0x1000" -b | FileCheck --check-prefix=LOOKUP %s
66

77
# CHECK: Index: 0
88
# CHECK-NEXT: ID: 0xffffffffffffffff

0 commit comments

Comments
 (0)