Fix clang/test/Frontend/plugin-annotate-functions.c
authorJohn Brawn <john.brawn@arm.com>
Wed, 21 Apr 2021 12:44:54 +0000 (13:44 +0100)
committerJohn Brawn <john.brawn@arm.com>
Wed, 21 Apr 2021 13:00:38 +0000 (14:00 +0100)
commit5f02c308e68d2412e2555017d4dbe3e2cc122913
treed8704eecc5df3b363ba0eec3363008882a9c65d1
parent5c835e1ae5e177591ddb64be3f6a473ef6bfa4bb
Fix clang/test/Frontend/plugin-annotate-functions.c

FileCheck now gives an error when there's a check for an undefined
variable, which this test does in one of its NOT checks. Fix this by
being a bit looser in what the test checks.
clang/test/Frontend/plugin-annotate-functions.c