aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Breakpoint/invalid-condition.test
blob: 91ae2ca05428a209c9548bfe250ab80cd1b6873c (plain)
1
2
3
4
5
6
# UNSUPPORTED: system-windows
# RUN: %clang_host %p/Inputs/dummy-target.c -o %t.out
# RUN: %lldb -b -o "br s -n main -c 'bogus'" -o "run" %t.out 2>&1 | FileCheck %s

# CHECK: error: stopped due to an error evaluating condition of breakpoint 1.1: "bogus"
# CHECK-NEXT: Couldn't parse conditional expression