brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · d8ef009 Raw
29 lines · plain
1RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P1 %s 2>&1 | FileCheck --check-prefix=CHECK1 %s2RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P2 %s 2>&1 | FileCheck --check-prefix=CHECK2 %s3RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P3 %s 2>&1 | FileCheck --check-prefix=CHECK3 %s4RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P4 %s 2>&1 | FileCheck --check-prefix=CHECK4 %s5RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P5 %s 2>&1 | FileCheck --check-prefix=CHECK5 %s6RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P6 %s 2>&1 | FileCheck --check-prefix=CHECK6 %s7RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P7 %s 2>&1 | FileCheck --check-prefix=CHECK7 %s8 9P1_LABEL: foo10CHECK1: error: misspelled directive 'P1_LABEL:'11 12P2_NEXT: foo13CHECK2: error: misspelled directive 'P2_NEXT:'14 15P3_NOT: foo16CHECK3: error: misspelled directive 'P3_NOT:'17 18P4_COUNT-2: foo19CHECK4: error: misspelled directive 'P4_COUNT-2:'20 21P5_SAME: foo22CHECK5: error: misspelled directive 'P5_SAME:'23 24P6_EMPTY: foo25CHECK6: error: misspelled directive 'P6_EMPTY:'26 27P7_DAG: foo28CHECK7: error: misspelled directive 'P7_DAG:'29