test plugins: use "final" and "override" directly, rather than via macros
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 23 May 2022 23:28:48 +0000 (19:28 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 23 May 2022 23:28:48 +0000 (19:28 -0400)
commit8473ef7be60443c06c949571995f00e2793c2c5b
treeddf08ed85cdfc67b7d454044c8d2a2fb3559d7bf
parent58c9c7407a1a992ac253826790cd2b8920e3fe8f
test plugins: use "final" and "override" directly, rather than via macros

gcc/testsuite/ChangeLog:
* gcc.dg/plugin/analyzer_gil_plugin.c: Replace uses of "FINAL" and
"OVERRIDE" with "final" and "override".

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/testsuite/gcc.dg/plugin/analyzer_gil_plugin.c