diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-16 21:17:02 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-16 21:17:02 +0200 |
commit | 478829a0f22753b6aa6e8a2227167370a5cf5a37 (patch) | |
tree | c12044c1f5e541c6290c88292f1194cd199f6098 /test/paramdup.ok | |
parent | db17aa722cd00f3cf5b7660c3badd3b4b29a648c (diff) | |
download | egawk-478829a0f22753b6aa6e8a2227167370a5cf5a37.tar.gz egawk-478829a0f22753b6aa6e8a2227167370a5cf5a37.tar.bz2 egawk-478829a0f22753b6aa6e8a2227167370a5cf5a37.zip |
Fix line numbers in lint warnings.
Diffstat (limited to 'test/paramdup.ok')
-rw-r--r-- | test/paramdup.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/paramdup.ok b/test/paramdup.ok index 9a9df807..cd71822a 100644 --- a/test/paramdup.ok +++ b/test/paramdup.ok @@ -1,3 +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 +gawk: paramdup.awk:3: error: function `foo': parameter #4, `b', duplicates parameter #2 +gawk: paramdup.awk:3: error: function `foo': parameter #5, `a', duplicates parameter #1 EXIT CODE: 1 |