[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Driver / TestRepl.test
bloba0bf8c26fd575be85bcca819c6af511805f8a5ee
1 # UNSUPPORTED: lldb-repro
3 # RUN: echo ':quit' | %lldb -x --repl -O 'expr 42' -S %S/Inputs/Print2.in -o 'expr 999999' -s %s 2>&1 | FileCheck %s
4 # CHECK: {{w}}arning: commands specified to run after file load (via -o or -s) are ignored in REPL mode
5 # CHECK: (int) $0 = 42
6 # CHECK: (int) $1 = 2
7 # CHECK-NOT: 999999
9 expr 999999