FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character after...
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 18 Sep 2012 20:51:39 +0000 (20:51 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 18 Sep 2012 20:51:39 +0000 (20:51 +0000)
commit30ce40e3f77d1432903c24caf816c54bb260d833
tree435be6dd1a2086e0f4c70c69138da4a31cdfa149
parent51ca6019771be02d9255f9df06d22a76cbcf4aad
FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character after the colon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164165 91177308-0d34-0410-b5e6-96231b3b80d8
test/Other/FileCheck-space.txt [new file with mode: 0644]
test/Other/lit.local.cfg
utils/FileCheck/FileCheck.cpp