| Matt Arsenault | 13df462 | 2013-11-10 02:04:09 +0000 | [diff] [blame] | 1 | // RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s |
| 2 | |||||
| 3 | foo | ||||
| 4 | bar | ||||
| 5 | buzz | ||||
| 6 | |||||
| Paul Robinson | 4ce6a93 | 2016-06-16 19:38:48 +0000 | [diff] [blame] | 7 | // Use regex notation so the checks don't match themselves. |
| 8 | OVERLAP: fo{{o}} | ||||
| 9 | AAAOVERLAP: ba{{r}} | ||||
| 10 | OVERLAP: buz{{z}} | ||||