Matt Arsenault | ee4f5ea | 2013-11-10 02:04:09 +0000 | [diff] [blame] | 1 | ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s |
2 | ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s | ||||
3 | ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s | ||||
4 | |||||
5 | this is the match | ||||
6 | this is another | ||||
7 | |||||
8 | FOO | ||||
9 | FOOBAR | ||||
10 | FOOBAR: this is the {{match}} | ||||
11 | BARFOO: this is {{another}} |