aboutsummaryrefslogtreecommitdiffstats
path: root/test/FileCheck/check-dag-multi-prefix-2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/FileCheck/check-dag-multi-prefix-2.txt')
-rw-r--r--test/FileCheck/check-dag-multi-prefix-2.txt7
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 0000000..4add70d
--- /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