blob: b1a41321c08d99b3a707aa2b07fb2a284255a0b1 [file] [log] [blame]
Alexey Samsonov21a340f2013-11-13 11:56:22 +00001; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s
Daniel Sandersfd557cb2016-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 Samsonov21a340f2013-11-13 11:56:22 +00004
5BAR
6bar
7foo
8; BAR: ba{{z}}
9; FOO: fo{{o}}
10
11; CHECK: {{error: expected string not found in input}}
12; CHECK-NEXT: {{B}}AR: ba{{[{][{]z[}][}]}}