diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-26 08:29:52 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-26 08:29:52 +0200 |
commit | 5dd46ec03bb3dc945d2f084726aaba79a83e6340 (patch) | |
tree | 95ed1d31e5b3851abbe0ea5e3ba1c8a6d9555662 /test | |
parent | 7efd4d794abbbd1b6abc2110cd43fd7896e0cb47 (diff) | |
download | egawk-5dd46ec03bb3dc945d2f084726aaba79a83e6340.tar.gz egawk-5dd46ec03bb3dc945d2f084726aaba79a83e6340.tar.bz2 egawk-5dd46ec03bb3dc945d2f084726aaba79a83e6340.zip |
Fixes for new gensub warnings.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/gensub2.ok | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 633fef51..854c1379 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2014-11-26 Arnold D. Robbins <arnold@skeeve.com> + + * gensub2.ok: Update after code changes. + 2014-11-16 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (sortglos): New test. diff --git a/test/gensub2.ok b/test/gensub2.ok index 89824140..318f940c 100644 --- a/test/gensub2.ok +++ b/test/gensub2.ok @@ -1,3 +1,4 @@ xy xy +gawk: gensub2.awk:4: warning: gensub: third argument `a' treated as 1 yx |