2013-11-20 21:25:05 +08:00
|
|
|
; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s
|
2016-06-14 22:28:04 +08:00
|
|
|
; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 | FileCheck %s
|
|
|
|
; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 | FileCheck %s
|
2013-11-20 21:25:05 +08:00
|
|
|
|
|
|
|
fog
|
|
|
|
bar
|
|
|
|
; _FOO not a valid check-line
|
|
|
|
; FOO: fo{{o}}
|
|
|
|
; BAR: ba{{r}}
|
|
|
|
|
|
|
|
; CHECK: {{error: expected string not found in input}}
|
|
|
|
; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}
|