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/paramres.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/paramres.ok')
-rw-r--r-- | test/paramres.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/paramres.ok b/test/paramres.ok index fdd7483c..0687f92d 100644 --- a/test/paramres.ok +++ b/test/paramres.ok @@ -1,2 +1,2 @@ -gawk: paramres.awk:6: error: function `foo': can't use special variable `FS' as a function parameter +gawk: paramres.awk:3: error: function `foo': can't use special variable `FS' as a function parameter EXIT CODE: 1 |