Skip to content

Commit 24f1cf0

Browse files
committed
Use the old %clang substitution
1 parent 45312f6 commit 24f1cf0

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)