aboutsummaryrefslogtreecommitdiffstats
path: root/test/FileCheck/check-dag-substring-prefix.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/FileCheck/check-dag-substring-prefix.txt')
-rw-r--r--test/FileCheck/check-dag-substring-prefix.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/FileCheck/check-dag-substring-prefix.txt b/test/FileCheck/check-dag-substring-prefix.txt
new file mode 100644
index 0000000..49d4b2b
--- /dev/null
+++ b/test/FileCheck/check-dag-substring-prefix.txt
@@ -0,0 +1,7 @@
+; RUN: not FileCheck -check-prefix=A -check-prefix=AA -input-file %s %s
+
+this is the string to be matched
+this should also be matched
+
+; BAA-DAG: this is the string to be {{matched}}
+; BAA-DAG: this should also be {{matched}}