brintos

brintos / llvm-project-archived public Read only

0
0
Text · 331 B · 8a6ea60 Raw
17 lines · plain
1some text2more text3 4RUN: FileCheck %s --check-prefix=NEXT --input-file=%s5NEXT:      {{^}}6NEXT-NEXT: more text7 8RUN: FileCheck %s --check-prefix=SAME --input-file=%s9SAME:      {{^}}10SAME-SAME: some text11 12RUN: echo "" > %t13RUN: echo "" >> %t14RUN: FileCheck %s --check-prefix=EMPTY --input-file=%t15EMPTY:       {{^}}16EMPTY-EMPTY:17