blob: 55c521123da77b3e365f2ba70dc922910ed15314 [file] [log] [blame]
Daniel Sanderse4e260e2013-11-20 13:25:05 +00001; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s
Daniel Sandersded439832016-06-14 14:28:04 +00002; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 | FileCheck %s
3; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 | FileCheck %s
Daniel Sanderse4e260e2013-11-20 13:25:05 +00004
5fog
6bar
7; _FOO not a valid check-line
8; FOO: fo{{o}}
9; BAR: ba{{r}}
10
Joel E. Denny9074a872018-07-13 03:08:23 +000011; CHECK: {{error: FOO: expected string not found in input}}
Daniel Sanderse4e260e2013-11-20 13:25:05 +000012; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}