diff options
Diffstat (limited to 'test/FileCheck/check-dag-multi-prefix-2.txt')
-rw-r--r-- | test/FileCheck/check-dag-multi-prefix-2.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/FileCheck/check-dag-multi-prefix-2.txt b/test/FileCheck/check-dag-multi-prefix-2.txt new file mode 100644 index 000000000000..4add70da1609 --- /dev/null +++ b/test/FileCheck/check-dag-multi-prefix-2.txt @@ -0,0 +1,7 @@ +; RUN: FileCheck -check-prefix=A -input-file %s %s + +this should be matched + +; B-DAG: foo + +; A-DAG: {{this}} should be matched |