bolt/deps/llvm-18.1.8/llvm/test/FileCheck/comment/blank-comments.txt
2025-02-14 19:21:04 +01:00

9 lines
343 B
Text

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