1# Comment directives with blank contents are fine. 2 3RUN: echo 'foo' > %t.in 4RUN: echo 'COM:' > %t.chk 5RUN: echo 'CHECK: foo' >> %t.chk 6RUN: echo ' COM: ' >> %t.chk 7RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv %t.chk < %t.in 2>&1 | FileCheck %s 8 9CHECK: .chk:2:8: remark: CHECK: expected string found in input 10