blob: 90a2a3863e570d307d0105ddf78ae1c2b13a9837 [file] [log] [blame]
Alexey Samsonov7df66412013-11-13 11:56:22 +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
Alexey Samsonov7df66412013-11-13 11:56:22 +00004
5BAR
6bar
7foo
8; BAR: ba{{z}}
9; FOO: fo{{o}}
10
Joel E. Denny9074a872018-07-13 03:08:23 +000011; CHECK: {{error: BAR: expected string not found in input}}
Alexey Samsonov7df66412013-11-13 11:56:22 +000012; CHECK-NEXT: {{B}}AR: ba{{[{][{]z[}][}]}}