brintos

brintos / llvm-project-archived public Read only

0
0
Text · 343 B · 1bad6d2 Raw
10 lines · plain
1# Comment directives with blank contents are fine.2 3RUN: echo 'foo'        >  %t.in4RUN: echo 'COM:'       >  %t.chk5RUN: echo 'CHECK: foo' >> %t.chk6RUN: echo ' COM: '     >> %t.chk7RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv %t.chk < %t.in 2>&1 | FileCheck %s8 9CHECK: .chk:2:8: remark: CHECK: expected string found in input10