summaryrefslogtreecommitdiff
path: root/test/FileCheck/next-no-match.txt
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-11-15 23:42:51 +0000
committerEli Bendersky <eliben@google.com>2012-11-15 23:42:51 +0000
commit085f982462257de466267edf036c75defd80fc41 (patch)
tree985c638d50b501a003e701353b05a087c832190e /test/FileCheck/next-no-match.txt
parent2b009a3e8185c57552ecda50b9f4cf9fe01dd6cc (diff)
downloadllvm-085f982462257de466267edf036c75defd80fc41.tar.gz
llvm-085f982462257de466267edf036c75defd80fc41.tar.bz2
llvm-085f982462257de466267edf036c75defd80fc41.tar.xz
Add some tests for the FileCheck utility.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121112/156007.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168113 91177308-0d34-0410-b5e6-96231b3b80d8
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
+
+