Mercurial > hg > CbC > CbC_llvm
view lldb/test/Shell/Driver/TestRepl.test @ 227:21e6aa2e49ef
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 19 Jul 2021 06:57:16 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
# UNSUPPORTED: lldb-repro # # RUN: echo ':quit' | %lldb -x --repl -O 'expr 42' -S %S/Inputs/Print2.in -o 'expr 999999' -s %s 2>&1 | FileCheck %s # CHECK: {{w}}arning: commands specified to run after file load (via -o or -s) are ignored in REPL mode # CHECK: (int) $0 = 42 # CHECK: (int) $1 = 2 # CHECK-NOT: 999999 expr 999999