brintos

brintos / llvm-project-archived public Read only

0
0
Text · 403 B · 9a64bf4 Raw
6 lines · plain
1RUN: not %lldb -b -o 'break set -n foo -c bar -Y bogus' 2>&1 | FileCheck %s --check-prefix INVALID2INVALID: error: Invalid value ('bogus') for -Y (condition-language): invalid language3 4RUN: not %lldb -b -o 'break set -n foo -c bar -Y python' 2>&1 | FileCheck %s --check-prefix NOEXPRSUPPORT5NOEXPRSUPPORT: error: Invalid value ('python') for -Y (condition-language): no expression support for language6