brintos

brintos / llvm-project-archived public Read only

0
0
Text · 328 B · dcb9f8c Raw
8 lines · plain
1UNSUPPORTED: system-windows2 3RUN: not %lldb -b -o 'settings set use-color true' -o 'settings show use-color' -o 'bogus' > %t 2>&14RUN: cat -v %t | FileCheck %s --check-prefix COLOR5COLOR: use-color (boolean) = true6# The [[ confuses FileCheck so regex match it.7COLOR: {{.+}}0;1;31merror: {{.+}}0m'bogus' is not a valid command8