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