Mercurial > hg > CbC > CbC_llvm
view llvm/test/FileCheck/check-multiple-prefixes-nomatch-2.txt @ 206:f17a3b42b08b
Added tag before-12 for changeset b7591485f4cd
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 07 Jun 2021 21:25:57 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
; RUN: %ProtectFileCheckOutput \ ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR \ ; RUN: 2>&1 | FileCheck %s ; ; RUN: %ProtectFileCheckOutput \ ; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 \ ; RUN: | FileCheck %s ; ; RUN: %ProtectFileCheckOutput \ ; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 \ ; RUN: | FileCheck %s fog bar ; _FOO not a valid check-line ; FOO: fo{{o}} ; BAR: ba{{r}} ; CHECK: {{error: FOO: expected string not found in input}} ; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}