Allow multiple check prefixes in FileCheck.
[oota-llvm.git] / test / FileCheck / check-dag-substring-prefix.txt
diff --git a/test/FileCheck/check-dag-substring-prefix.txt b/test/FileCheck/check-dag-substring-prefix.txt
new file mode 100644 (file)
index 0000000..49d4b2b
--- /dev/null
@@ -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}}