Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / FileCheck / missspelled-directive.txt
blobd8ef009edabb5aaab021da306a89fdab30926ec9
1 RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P1 %s 2>&1 | FileCheck --check-prefix=CHECK1 %s
2 RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P2 %s 2>&1 | FileCheck --check-prefix=CHECK2 %s
3 RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P3 %s 2>&1 | FileCheck --check-prefix=CHECK3 %s
4 RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P4 %s 2>&1 | FileCheck --check-prefix=CHECK4 %s
5 RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P5 %s 2>&1 | FileCheck --check-prefix=CHECK5 %s
6 RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P6 %s 2>&1 | FileCheck --check-prefix=CHECK6 %s
7 RUN: %ProtectFileCheckOutput not FileCheck --check-prefix=P7 %s 2>&1 | FileCheck --check-prefix=CHECK7 %s
9 P1_LABEL: foo
10 CHECK1: error: misspelled directive 'P1_LABEL:'
12 P2_NEXT: foo
13 CHECK2: error: misspelled directive 'P2_NEXT:'
15 P3_NOT: foo
16 CHECK3: error: misspelled directive 'P3_NOT:'
18 P4_COUNT-2: foo
19 CHECK4: error: misspelled directive 'P4_COUNT-2:'
21 P5_SAME: foo
22 CHECK5: error: misspelled directive 'P5_SAME:'
24 P6_EMPTY: foo
25 CHECK6: error: misspelled directive 'P6_EMPTY:'
27 P7_DAG: foo
28 CHECK7: error: misspelled directive 'P7_DAG:'