diff options
Diffstat (limited to 'test/paramasfunc1.ok')
-rw-r--r-- | test/paramasfunc1.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/paramasfunc1.ok b/test/paramasfunc1.ok index 9ee95116..bfde5157 100644 --- a/test/paramasfunc1.ok +++ b/test/paramasfunc1.ok @@ -1,3 +1,3 @@ gawk: paramasfunc1.awk:6: error: attempt to use non-function `abc' in function call -gawk: error: function `X': can't use function `abc' as a parameter name +gawk: error: function `X': cannot use function `abc' as a parameter name EXIT CODE: 1 |