bolt/deps/llvm-18.1.8/llvm/test/FileCheck/separate-multi-prefix.txt
2025-02-14 19:21:04 +01:00

7 lines
185 B
Text

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