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