aboutsummaryrefslogtreecommitdiffstats
path: root/test/FileCheck/check-substring-multi-prefix.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/FileCheck/check-substring-multi-prefix.txt')
-rw-r--r--test/FileCheck/check-substring-multi-prefix.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/FileCheck/check-substring-multi-prefix.txt b/test/FileCheck/check-substring-multi-prefix.txt
new file mode 100644
index 0000000..b7edb8b
--- /dev/null
+++ b/test/FileCheck/check-substring-multi-prefix.txt
@@ -0,0 +1,9 @@
+// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
+
+foo
+bar
+buzz
+
+OVERLAP: foo
+AAAOVERLAP: bar
+OVERLAP: buzz