Skip to content

Commit 63fae75

Browse files
committed
fixup! use single lldb invocation in test
1 parent b70126a commit 63fae75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lldb/test/Shell/Commands/command-breakpoint-by-addr.test

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
2-
# RUN: %lldb -b -o 'breakpoint set -a "main+26"' %t.out | FileCheck %s --check-prefix CHECK
3-
# RUN: %lldb -b -o 'breakpoint set -a "main+ 26"' %t.out | FileCheck %s --check-prefix CHECK
4-
# RUN: %lldb -b -o 'breakpoint set -a "main +26"' %t.out | FileCheck %s --check-prefix CHECK
5-
# RUN: %lldb -b -o 'breakpoint set -a "main + 26"' %t.out | FileCheck %s --check-prefix CHECK
6-
# RUN: %lldb -b -o 'breakpoint set -a "main + 26"' %t.out | FileCheck %s --check-prefix CHECK
2+
# RUN: %lldb -b -o 'breakpoint set -a "main+26"' \
3+
# RUN: -o 'breakpoint set -a "main+ 26"' \
4+
# RUN: -o 'breakpoint set -a "main +26"' \
5+
# RUN: -o 'breakpoint set -a "main + 26"' \
6+
# RUN: -o 'breakpoint set -a "main + 26"' %t.out | FileCheck %s
77

88
# CHECK: Breakpoint 1: address =
99
# CHECK: Breakpoint 2: address =

0 commit comments

Comments
 (0)