diff options
Diffstat (limited to 'test/paramasfunc2.ok')
-rw-r--r-- | test/paramasfunc2.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/paramasfunc2.ok b/test/paramasfunc2.ok index 2cdf4f66..c4ac75d9 100644 --- a/test/paramasfunc2.ok +++ b/test/paramasfunc2.ok @@ -1,3 +1,3 @@ gawk: paramasfunc2.awk:8: 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 |