xref: /aosp_15_r20/external/llvm/test/FileCheck/next-no-match.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: not FileCheck -input-file %s %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workerfoo
4*9880d681SAndroid Build Coastguard Workerbar
5*9880d681SAndroid Build Coastguard Worker; CHECK: foo
6*9880d681SAndroid Build Coastguard Workerbaz
7*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: baz
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker
10