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