xref: /aosp_15_r20/external/llvm/test/FileCheck/check-not-diaginfo.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: not FileCheck -input-file %s %s 2>&1 | FileCheck -check-prefix DIAG %s
2
3CHECK-NOT: test
4
5DIAG:         CHECK-NOT: pattern specified here
6DIAG-NEXT:    CHECK-NOT: test
7DIAG-NEXT: {{^           \^}}
8