Mercurial > hg > CbC > CbC_llvm
view llvm/test/FileCheck/check-multiple-prefixes-nomatch.txt @ 266:00f31e85ec16 default tip
Added tag current for changeset 31d058e83c98
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Oct 2023 10:13:55 +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 BAR bar foo ; BAR: ba{{z}} ; FOO: fo{{o}} ; CHECK: {{error: BAR: expected string not found in input}} ; CHECK-NEXT: {{B}}AR: ba{{[{][{]z[}][}]}}