gn build: Extract git() and git_out() functions in sync script
[llvm-complete.git] / test / FileCheck / separate-multi-prefix.txt
blob5578d7f1b9643bc32fa80eec361231e602682d15
1 // RUN: not FileCheck -check-prefix=SOMEPREFIX -input-file %s %s
2 // RUN: FileCheck -check-prefix=ANOTHER -input-file %s %s
4 asdf
5 ; SOMEPREFIX: {{t}}his_is_not_asdf
6 ; ANOTHER: {{a}}sdf