llvm-for-llvmta/test/FileCheck/separate-multi-prefix.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
185 B
Plaintext

// 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