]> granicus.if.org Git - clang/commit
Use -NOT prefix instead of adding `not` to FileCheck.
authorRui Ueyama <ruiu@google.com>
Wed, 21 Jun 2017 16:50:38 +0000 (16:50 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 21 Jun 2017 16:50:38 +0000 (16:50 +0000)
commitdba970f4d143480b964f77b363ec23f22cea0390
tree5b9f1adabeecbe1485f93d39d03579d0e551b4bd
parenta807ad0a5a57cbe9e283d74b538a08f5e1445cb2
Use -NOT prefix instead of adding `not` to FileCheck.

If we want to make sure that a particular string is not in an output,
the regular way of doing it is to add `-NOT` prefix instead of checking
if FileCheck resulted in an error.

Differential Revision: https://reviews.llvm.org/D34435

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305930 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/autocomplete.c