Sign in
llvm
/
llvm-project
/
e0ad34e56590fa2e6ffdf617e044de7eadee2139
/
.
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Python
/
eof.test
blob: d777f24591eaad8dc96abfd0b31de06cebfa0053 [
file
]
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
:
>>>