X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/ae5cf9ed24d380cdc8c33239d92bb330438aefaa..ce4b1fa54fb01a782ad87f66b86d6f43ed9e71cd:/tests/stress.at diff --git a/tests/stress.at b/tests/stress.at index 51fb0d2..9bc84cf 100644 --- a/tests/stress.at +++ b/tests/stress.at @@ -1,4 +1,4 @@ -# Copyright © 2012, 2020, 2022 Nick Bowler +# Copyright © 2012, 2020, 2022-2023 Nick Bowler # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ m4_define([sanity_tests], [dnl [[^type], [type name]], [[inline], [inline function specifier]], [[inline inline], [redundant function specifiers]], - [[function (@<:@@<:@:alnum:@:>@_@:>@* as], [named function parameter]], + [[function (@<:@RE_ALNUM()_@:>@* as], [named function parameter]], [[function (void)], [empty prototype declaration]], [[function returning], [non-prototype function declaration]], [[\.\.\.], [variadic function]],