[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Breakpoint / invalid-condition.test
blob91ae2ca05428a209c9548bfe250ab80cd1b6873c
1 # UNSUPPORTED: system-windows
2 # RUN: %clang_host %p/Inputs/dummy-target.c -o %t.out
3 # RUN: %lldb -b -o "br s -n main -c 'bogus'" -o "run" %t.out 2>&1 | FileCheck %s
5 # CHECK: error: stopped due to an error evaluating condition of breakpoint 1.1: "bogus"
6 # CHECK-NEXT: Couldn't parse conditional expression