[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:
Jonas Devlieghere 2020-01-23 11:16:44 -08:00
parent a0f627d584
commit 794b8a0329
1 changed files with 1 additions and 1 deletions

View File

@ -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