bolt/deps/llvm-18.1.8/lldb/test/Shell/ScriptInterpreter/Python/eof.test
2025-02-14 19:21:04 +01:00

6 lines
169 B
Text

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: >>>