Skip to content

Commit ff71836

Browse files
author
git apple-llvm automerger
committed
Merge commit 'bd596658e84b' from swift/swift-5.2-branch into swift/master
2 parents 0dfb08f + bd59665 commit ff71836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/lit/Settings/command-breakpoint-col.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UNSUPPORTED: system-windows
22
#
3-
# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
3+
# RUN: %clang -g -O0 %S/Inputs/main.c -o %t.out
44
# RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s --check-prefix HELP --check-prefix CHECK
55
# RUN: %lldb -b -o 'help _regexp-break' -o 'b main.c:2:21' %t.out | FileCheck %s --check-prefix HELP-REGEX --check-prefix CHECK
66
# HELP: -u <column> ( --column <column> )

0 commit comments

Comments
 (0)