| Matt Arsenault | 13df462 | 2013-11-10 02:04:09 +0000 | [diff] [blame] | 1 | ; RUN: not FileCheck -check-prefix=A -check-prefix=AA -input-file %s %s |
| 2 | |||||
| 3 | this is the string to be matched | ||||
| 4 | this should also be matched | ||||
| 5 | |||||
| 6 | ; BAA-DAG: this is the string to be {{matched}} | ||||
| 7 | ; BAA-DAG: this should also be {{matched}} | ||||