diff options
Diffstat (limited to 'test/paramdup.ok')
-rw-r--r-- | test/paramdup.ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/paramdup.ok b/test/paramdup.ok index 0308cc8c..9a9df807 100644 --- a/test/paramdup.ok +++ b/test/paramdup.ok @@ -1,2 +1,3 @@ gawk: paramdup.awk:4: error: function `foo': parameter #4, `b', duplicates parameter #2 gawk: paramdup.awk:4: error: function `foo': parameter #5, `a', duplicates parameter #1 +EXIT CODE: 1 |