[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Commands / command-stop-hook-no-target.test
blob70e1332091cde080c9d8567689d6ee3457f64afd
1 # RUN: %clang_host -g %S/Inputs/main.c -o %t
2 # RUN: %lldb -b -o 'target stop-hook add --name test --shlib test -o "expression 95000 + 126"' -o 'file %t' -o 'b main' -o 'r' 2>&1 | FileCheck %s
3 # CHECK: Stop hook #1 added
4 # CHECK-NOT: (lldb) expression 95000 + 126
5 # CHECK-NOT: (int) $0 = 95126