llvm-project/lldb/test/Shell/ScriptInterpreter/Python/eof.test

7 lines
169 B
Plaintext

RUN: echo 'foo' | %lldb -o script | FileCheck %s
# Check that the python interpreter detects the OF and the prompt is printed
# exactly once.
CHECK: >>>
CHECK-NOT: >>>