Matt Arsenault | ee4f5ea | 2013-11-10 02:04:09 +0000 | [diff] [blame] | 1 | // RUN: not FileCheck -check-prefix=SOMEPREFIX -input-file %s %s |
2 | // RUN: FileCheck -check-prefix=ANOTHER -input-file %s %s | ||||
3 | |||||
4 | asdf | ||||
5 | ; SOMEPREFIX: {{t}}his_is_not_asdf | ||||
6 | ; ANOTHER: {{a}}sdf | ||||
7 |