summaryrefslogtreecommitdiff
path: root/test/FileCheck/check-a-b-has-b.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/FileCheck/check-a-b-has-b.txt')
-rw-r--r--test/FileCheck/check-a-b-has-b.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/FileCheck/check-a-b-has-b.txt b/test/FileCheck/check-a-b-has-b.txt
new file mode 100644
index 0000000000..4d64d098ae
--- /dev/null
+++ b/test/FileCheck/check-a-b-has-b.txt
@@ -0,0 +1,5 @@
+; RUN: FileCheck -check-prefix=A -check-prefix=B -input-file %s %s
+
+this is the string to be matched
+
+; B-DAG: this is the string to be {{matched}}