forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
a0f627d584
commit
794b8a0329
|
@ -3,7 +3,7 @@
|
|||
# REQUIRES: x86
|
||||
|
||||
# RUN: llvm-mc %s -triple x86_64-pc-linux -filetype=obj >%t
|
||||
# RUN: lldb %t -o "breakpoint set -n f" -b | FileCheck %s
|
||||
# RUN: %lldb %t -o "breakpoint set -n f" -b | FileCheck %s
|
||||
|
||||
# CHECK: Breakpoint 1: where = {{.*}}`f, address = 0x0000000000000047
|
||||
|
||||
|
|
Loading…
Reference in New Issue