Cross Reference: next-no-match.txt
xref
: /
external
/
llvm
/
test
/
FileCheck
/
next-no-match.txt
Home
History
Annotate
Line#
Navigate
Download
only in
next-no-match.txt
1
// RUN: not FileCheck -input-file %s %s
2
3
foo
4
bar
5
; CHECK: foo
6
baz
7
; CHECK-NEXT: baz
8
9
10