Sign in
llvm
/
llvm
/
refs/heads/release_40
/
.
/
test
/
FileCheck
/
separate-multi-prefix.txt
blob: 5578d7f1b9643bc32fa80eec361231e602682d15 [
file
] [
log
] [
blame
]
// RUN: not FileCheck -check-prefix=SOMEPREFIX -input-file %s %s
// RUN: FileCheck -check-prefix=ANOTHER -input-file %s %s
asdf
;
SOMEPREFIX
:
{{
t
}}
his_is_not_asdf
;
ANOTHER
:
{{
a
}}
sdf