summaryrefslogtreecommitdiff
path: root/test/FileCheck/next-no-match.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/FileCheck/next-no-match.txt')
-rw-r--r--test/FileCheck/next-no-match.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/FileCheck/next-no-match.txt b/test/FileCheck/next-no-match.txt
new file mode 100644
index 0000000000..908615b248
--- /dev/null
+++ b/test/FileCheck/next-no-match.txt
@@ -0,0 +1,9 @@
+// RUN: not FileCheck -input-file %s %s
+
+foo
+bar
+; CHECK: foo
+baz
+; CHECK-NEXT: baz
+
+