brintos

brintos / llvm-project-archived public Read only

0
0
Text · 306 B · 91ae2ca Raw
7 lines · plain
1# UNSUPPORTED: system-windows2# RUN: %clang_host %p/Inputs/dummy-target.c -o %t.out3# RUN: %lldb -b -o "br s -n main -c 'bogus'" -o "run" %t.out 2>&1 | FileCheck %s4 5# CHECK: error: stopped due to an error evaluating condition of breakpoint 1.1: "bogus"6# CHECK-NEXT: Couldn't parse conditional expression7