• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: echo 'foo' | %lldb -o script | FileCheck %s
2
3# Check that the python interpreter detects the OF and the prompt is printed
4# exactly once.
5CHECK: >>>
6CHECK-NOT: >>>
7