When a CHECK-NEXT fails because there was no match on the next line, include
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 7 Apr 2014 17:09:53 +0000 (17:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 7 Apr 2014 17:09:53 +0000 (17:09 +0000)
commit9583b2c3dc4743f318e7188aeabca661d2a06673
treef8c326e3fe771582bcf4906774d896a6fd2d5325
parent939ec8514dadd4c2aaf54ddbc95dfb43830764b8
When a CHECK-NEXT fails because there was no match on the next line, include
the non-matching next line in the diagnostic to make the problem more obvious.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205725 91177308-0d34-0410-b5e6-96231b3b80d8
utils/FileCheck/FileCheck.cpp