7 lines
169 B
Text
7 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: >>>
|