Commit d8acf885 authored by Jonas Devlieghere's avatar Jonas Devlieghere
Browse files

[lldb/Test] Disable command-breakpoint-col.test on Windows

I guess PDB doesn't have column information?
parent ed8222b2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# UNSUPPORTED: system-windows
#
# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
# RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s
# CHECK: -u <column> ( --column <column> )