Skip to content

Commit d8acf88

Browse files
committed
[lldb/Test] Disable command-breakpoint-col.test on Windows
I guess PDB doesn't have column information?
1 parent ed8222b commit d8acf88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/Shell/Commands/command-breakpoint-col.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# UNSUPPORTED: system-windows
2+
#
13
# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
24
# RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s
35
# CHECK: -u <column> ( --column <column> )

0 commit comments

Comments
 (0)