FileCheck: fix matching of one check-prefix is a prefix of another
[oota-llvm.git] / test / FileCheck / first-character-match.txt
1 RUN: FileCheck -check-prefix=RUN -input-file %s %s
2 // Prefix is at the first character in the file. The run line then matches itself.