llvm-for-llvmta/test/FileCheck/comment/unused-check-prefixes.txt

9 lines
309 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# Comment directives do not suppress diagnostics for unused check prefixes.
RUN: echo 'foo' > %t.in
RUN: echo 'COM: foo' > %t.chk
RUN: echo 'RUN: echo' >> %t.chk
RUN: %ProtectFileCheckOutput not FileCheck %t.chk < %t.in 2>&1 | FileCheck %s
CHECK: error: no check strings found with prefix 'CHECK:'